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 No need to have code we don't use anymore.



details:   https://anonhg.NetBSD.org/src/rev/b297c0135329
branches:  trunk
changeset: 509458:b297c0135329
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat May 05 02:20:53 2001 +0000

description:
No need to have code we don't use anymore.

diffstat:

 sys/arch/alpha/alpha/multiproc.s |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 69b313ad1e30 -r b297c0135329 sys/arch/alpha/alpha/multiproc.s
--- a/sys/arch/alpha/alpha/multiproc.s  Sat May 05 02:08:51 2001 +0000
+++ b/sys/arch/alpha/alpha/multiproc.s  Sat May 05 02:20:53 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multiproc.s,v 1.8 2000/11/20 20:40:17 thorpej Exp $ */
+/* $NetBSD: multiproc.s,v 1.9 2001/05/05 02:20:53 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.8 2000/11/20 20:40:17 thorpej Exp $")
+__KERNEL_RCSID(5, "$NetBSD: multiproc.s,v 1.9 2001/05/05 02:20:53 thorpej Exp $")
 
 /*
  * Multiprocessor glue code.
@@ -87,14 +87,9 @@
        mov     s0, a0
        CALL(cpu_hatch)
 
-#if 1
        /* Acquire the scheduler lock, and then jump into the idle loop! */
        CALL(sched_lock_idle)
        mov     zero, s0                /* no outgoing proc */
        jmp     zero, idle
-#else
-       ldiq     a0, ALPHA_PSL_IPL_0    /* enable interrupts */
-       call_pal PAL_OSF1_swpipl
-2:     br      zero, 2b                /* turn, turn, turn */
-#endif
+
        END(cpu_spinup_trampoline)



Home | Main Index | Thread Index | Old Index