Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/vax splimp -> splbio.
details: https://anonhg.NetBSD.org/src/rev/15e4503c5ed3
branches: trunk
changeset: 508489:15e4503c5ed3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Apr 12 06:20:59 2001 +0000
description:
splimp -> splbio.
diffstat:
sys/arch/vax/vax/ctu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 554a52dcf5d9 -r 15e4503c5ed3 sys/arch/vax/vax/ctu.c
--- a/sys/arch/vax/vax/ctu.c Thu Apr 12 06:08:44 2001 +0000
+++ b/sys/arch/vax/vax/ctu.c Thu Apr 12 06:20:59 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctu.c,v 1.11 2000/05/19 18:54:32 thorpej Exp $ */
+/* $NetBSD: ctu.c,v 1.12 2001/04/12 06:20:59 thorpej Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -184,7 +184,7 @@
return;
}
bp->b_rawblkno = bp->b_blkno;
- s = splimp();
+ s = splbio();
disksort_blkno(&tu_sc.sc_q, bp); /* Why not use disksort? */
if (tu_sc.sc_state == SC_READY)
ctustart(bp);
Home |
Main Index |
Thread Index |
Old Index