diff options
| author | oster <oster@NetBSD.org> | 2000-01-07 03:25:34 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-01-07 03:25:34 +0000 |
| commit | e5ce17d0ebcff3e52fa44786c0b66ab408e432cd (patch) | |
| tree | c62e43b64c211634b3b3b5eece780ce6b627eaef /sys/dev/raidframe/rf_driver.c | |
| parent | fa8c26f54723c9690f04c7aa7160b86631ce2fb9 (diff) | |
Nuke RF_DECLARE_GLOBAL_THREADID, rf_setup_threadid(), rf_shutdown_threadid(),
and rf_assign_threadid(). rf_threadid.h, your days are numbered.
Diffstat (limited to 'sys/dev/raidframe/rf_driver.c')
| -rw-r--r-- | sys/dev/raidframe/rf_driver.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/raidframe/rf_driver.c b/sys/dev/raidframe/rf_driver.c index 30f15730520..05bcce30804 100644 --- a/sys/dev/raidframe/rf_driver.c +++ b/sys/dev/raidframe/rf_driver.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_driver.c,v 1.20 2000/01/07 03:03:44 oster Exp $ */ +/* $NetBSD: rf_driver.c,v 1.21 2000/01/07 03:25:34 oster Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. @@ -148,8 +148,6 @@ void rf_update_component_labels( RF_Raid_t *); RF_DECLARE_MUTEX(rf_printf_mutex) /* debug only: avoids interleaved * printfs by different stripes */ -RF_DECLARE_GLOBAL_THREADID /* declarations for threadid.h */ - #define SIGNAL_QUIESCENT_COND(_raid_) wakeup(&((_raid_)->accesses_suspended)) #define WAIT_FOR_QUIESCENCE(_raid_) \ @@ -182,9 +180,6 @@ rf_BootRaidframe() return (EBUSY); raidframe_booted = 1; - rf_setup_threadid(); - rf_assign_threadid(); - rc = rf_mutex_init(&configureMutex); if (rc) { RF_ERRORMSG3("Unable to init mutex file %s line %d rc=%d\n", __FILE__, @@ -239,7 +234,6 @@ rf_UnconfigureArray() if (rc) { RF_ERRORMSG1("RAIDFRAME: unable to do global shutdown, rc=%d\n", rc); } - rf_shutdown_threadid(); /* * We must wait until now, because the AllocList module |
