Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun3 Update for qs -> sched_qs change.
details: https://anonhg.NetBSD.org/src/rev/382dcd6deb3c
branches: trunk
changeset: 486934:382dcd6deb3c
user: nathanw <nathanw%NetBSD.org@localhost>
date: Wed May 31 03:16:52 2000 +0000
description:
Update for qs -> sched_qs change.
Kernel compiles again.
diffstat:
sys/arch/sun3/sun3/locore.s | 4 ++--
sys/arch/sun3/sun3x/locore.s | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r f5d422a16ee5 -r 382dcd6deb3c sys/arch/sun3/sun3/locore.s
--- a/sys/arch/sun3/sun3/locore.s Wed May 31 02:06:57 2000 +0000
+++ b/sys/arch/sun3/sun3/locore.s Wed May 31 03:16:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.72 2000/05/26 21:20:23 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.73 2000/05/31 03:16:52 nathanw Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@@ -698,7 +698,7 @@
Lswok:
movl d0,d1
lslb #3,d1 | convert queue number to index
- addl #_qs,d1 | locate queue (q)
+ addl #_C_LABEL(sched_qs),d1 | locate queue (q)
movl d1,a1
cmpl a1@(P_FORW),a1 | anyone on queue?
jeq Lbadsw | no, panic
diff -r f5d422a16ee5 -r 382dcd6deb3c sys/arch/sun3/sun3x/locore.s
--- a/sys/arch/sun3/sun3x/locore.s Wed May 31 02:06:57 2000 +0000
+++ b/sys/arch/sun3/sun3x/locore.s Wed May 31 03:16:52 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.39 2000/05/26 21:20:25 thorpej Exp $ */
+/* $NetBSD: locore.s,v 1.40 2000/05/31 03:16:53 nathanw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -717,7 +717,7 @@
Lswok:
movl d0,d1
lslb #3,d1 | convert queue number to index
- addl #_qs,d1 | locate queue (q)
+ addl #_C_LABEL(sched_qs),d1 | locate queue (q)
movl d1,a1
cmpl a1@(P_FORW),a1 | anyone on queue?
jeq Lbadsw | no, panic
Home |
Main Index |
Thread Index |
Old Index