Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Nuke: #include "rf_threadid.h" and call to...
details: https://anonhg.NetBSD.org/src/rev/28371d26a950
branches: trunk
changeset: 480223:28371d26a950
user: oster <oster%NetBSD.org@localhost>
date: Fri Jan 07 03:43:39 2000 +0000
description:
Nuke: #include "rf_threadid.h" and call to rf_get_threadid().
diffstat:
sys/dev/raidframe/rf_diskqueue.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 4a2052077e25 -r 28371d26a950 sys/dev/raidframe/rf_diskqueue.c
--- a/sys/dev/raidframe/rf_diskqueue.c Fri Jan 07 03:40:56 2000 +0000
+++ b/sys/dev/raidframe/rf_diskqueue.c Fri Jan 07 03:43:39 2000 +0000
@@ -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_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;
Home |
Main Index |
Thread Index |
Old Index