diff options
| author | oster <oster@NetBSD.org> | 2000-01-07 03:43:39 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-01-07 03:43:39 +0000 |
| commit | bf081bf6ebe48a77de66178cbc77c00a4ea066a7 (patch) | |
| tree | 33d66e389f5aa5d36b4126c6757987910f59c27f /sys/dev/raidframe | |
| parent | 48301a8daeb39a0c2f12cc60756d8b2dcbc3a44b (diff) | |
Nuke: #include "rf_threadid.h" and call to rf_get_threadid().
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_diskqueue.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.c b/sys/dev/raidframe/rf_diskqueue.c index e7bb1acee48..b8e661b28b4 100644 --- a/sys/dev/raidframe/rf_diskqueue.c +++ b/sys/dev/raidframe/rf_diskqueue.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_diskqueue.c,v 1.7 1999/06/04 01:51:00 oster Exp $ */ +/* $NetBSD: rf_diskqueue.c,v 1.8 2000/01/07 03:43:39 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -63,7 +63,6 @@ #include "rf_types.h" #include "rf_threadstuff.h" -#include "rf_threadid.h" #include "rf_raid.h" #include "rf_diskqueue.h" #include "rf_alloclist.h" @@ -353,10 +352,7 @@ rf_DiskIOEnqueue(queue, req, pri) RF_DiskQueueData_t *req; int pri; { - int tid; - RF_ETIMER_START(req->qtime); - rf_get_threadid(tid); RF_ASSERT(req->type == RF_IO_TYPE_NOP || req->numSector); req->priority = pri; |
