ChangeSet 1.2231.1.80, 2005/03/28 19:38:48-08:00, [EMAIL PROTECTED]

        [PATCH] x86_64: Don't enable interrupts in oopses unconditionally
        
        The original reason for it was to allow backwards scrolling on the 
console,
        but that didn't work for other reasons anyways.  And in some cases the 
early
        interrupt enabling can lead to a nested oops.
        
        Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 traps.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c
--- a/arch/x86_64/kernel/traps.c        2005-03-28 21:24:04 -08:00
+++ b/arch/x86_64/kernel/traps.c        2005-03-28 21:24:04 -08:00
@@ -348,7 +348,6 @@
        die_owner = -1;
        bust_spinlocks(0); 
        spin_unlock(&die_lock); 
-       local_irq_enable();     /* make sure back scroll still works */
        if (panic_on_oops)
                panic("Oops"); 
 } 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to