Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 Reenable interrupts sooner in the idle_...



details:   https://anonhg.NetBSD.org/src/rev/636f85d0c0b2
branches:  trunk
changeset: 555841:636f85d0c0b2
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Nov 30 23:58:51 2003 +0000

description:
Reenable interrupts sooner in the idle_exit case.

diffstat:

 sys/arch/amd64/amd64/locore.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c6392c1234cb -r 636f85d0c0b2 sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S     Sun Nov 30 20:53:48 2003 +0000
+++ b/sys/arch/amd64/amd64/locore.S     Sun Nov 30 23:58:51 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.8 2003/11/10 08:51:51 wiz Exp $   */
+/*     $NetBSD: locore.S,v 1.9 2003/11/30 23:58:51 fvdl Exp $  */
 
 /*
  * Copyright-o-rama!
@@ -884,6 +884,7 @@
        jz      idle_loop
 idle_exit:
        movl    $IPL_HIGH,CPUVAR(ILEVEL)
+       sti
 #if defined(MULTIPROCESSOR) || defined(LOCKDEBUG)       
        call    _C_LABEL(sched_lock_idle)
 #endif



Home | Main Index | Thread Index | Old Index