Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84098
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- linux.patch.orig    2005-03-04 13:47:45.000000000 +0000
0
++ linux.patch 2005-03-04 15:12:32.120000000 +0000
Lines 8915-8929 Link Here
8915
diff -urN a/kernel/panic.c b/kernel/panic.c
8915
diff -urN a/kernel/panic.c b/kernel/panic.c
8916
--- a/kernel/panic.c
8916
--- a/kernel/panic.c
8917
+++ b/kernel/panic.c
8917
+++ b/kernel/panic.c
8918
@@ -18,6 +18,7 @@
8918
@@ -18,7 +18,8 @@
8919
 #include <linux/sysrq.h>
8919
 #include <linux/sysrq.h>
8920
 #include <linux/interrupt.h>
8920
 #include <linux/interrupt.h>
8921
 #include <linux/nmi.h>
8921
 #include <linux/nmi.h>
8922
+#include <linux/cooperative_internal.h>
8922
+#include <linux/cooperative_internal.h>
8923
 #include "../drivers/video/fbsplash.h"
8923
 int panic_timeout;
8924
 int panic_timeout;
8924
 int panic_on_oops;
8925
 int panic_on_oops;
8925
@@ -71,6 +72,10 @@
8926
@@ -72,6 +73,10 @@
8926
       printk(KERN_EMERG "Kernel panic - not syncing: %s\n",buf);
8927
       printk(KERN_EMERG "Kernel panic - not syncing: %s\n",buf);
8927
       bust_spinlocks(0);
8928
       bust_spinlocks(0);

Return to bug 84098