Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha We've fixed enough bugs that we can act...
details: https://anonhg.NetBSD.org/src/rev/1b2528c45f34
branches: trunk
changeset: 499469:1b2528c45f34
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Nov 20 20:40:17 2000 +0000
description:
We've fixed enough bugs that we can actually acquire the scheduler
lock, jump into the idle loop, and run user code! Yippee!
diffstat:
sys/arch/alpha/alpha/multiproc.s | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e9d45352408c -r 1b2528c45f34 sys/arch/alpha/alpha/multiproc.s
--- a/sys/arch/alpha/alpha/multiproc.s Mon Nov 20 20:37:52 2000 +0000
+++ b/sys/arch/alpha/alpha/multiproc.s Mon Nov 20 20:40:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multiproc.s,v 1.7 2000/11/18 16:21:37 sommerfeld Exp $ */
+/* $NetBSD: multiproc.s,v 1.8 2000/11/20 20:40:17 thorpej Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-__KERNEL_RCSID(5, "$NetBSD: multiproc.s,v 1.7 2000/11/18 16:21:37 sommerfeld Exp $")
+__KERNEL_RCSID(5, "$NetBSD: multiproc.s,v 1.8 2000/11/20 20:40:17 thorpej Exp $")
/*
* Multiprocessor glue code.
@@ -87,7 +87,7 @@
mov s0, a0
CALL(cpu_hatch)
-#if 0
+#if 1
/* Acquire the scheduler lock, and then jump into the idle loop! */
CALL(sched_lock_idle)
mov zero, s0 /* no outgoing proc */
Home |
Main Index |
Thread Index |
Old Index