Re: [BUG] Panic in 2.5.4 during bootup after POSIX conformance testing by UNIFIX

From: Robert Love (rml@tech9.net)
Date: Mon Feb 11 2002 - 14:06:01 EST


Can both of you try the attached patch (thanks to Mikael Pettersson),
and tell me if it solves your problem?

        Robert Love

--- linux-2.5.4/include/asm-i386/smplock.h.~1~ Mon Feb 11 12:21:46 2002
+++ linux-2.5.4/include/asm-i386/smplock.h Mon Feb 11 16:55:18 2002
@@ -15,7 +15,7 @@
 #else
 #ifdef CONFIG_PREEMPT
 #define kernel_locked() preempt_get_count()
-#define global_irq_holder 0
+#define global_irq_holder 0xFF /* XXX: NO_PROC_ID */
 #else
 #define kernel_locked() 1
 #endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 15 2002 - 21:00:41 EST