summaryrefslogtreecommitdiff
path: root/debian/patches/05_halt_on_panic_flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/05_halt_on_panic_flag.patch')
-rw-r--r--debian/patches/05_halt_on_panic_flag.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/05_halt_on_panic_flag.patch b/debian/patches/05_halt_on_panic_flag.patch
index 8172c3d..32575b0 100644
--- a/debian/patches/05_halt_on_panic_flag.patch
+++ b/debian/patches/05_halt_on_panic_flag.patch
@@ -9,9 +9,9 @@
Index: i386/i386at/model_dep.c
===================================================================
---- i386/i386at/model_dep.c.orig 2006-10-26 00:16:53.000000000 +0300
-+++ i386/i386at/model_dep.c 2006-10-26 00:16:58.000000000 +0300
-@@ -91,6 +91,10 @@ void inittodr(); /* forward */
+--- i386/i386at/model_dep.c.orig 2006-11-14 03:58:57.000000000 +0200
++++ i386/i386at/model_dep.c 2006-11-14 04:15:06.000000000 +0200
+@@ -95,6 +95,10 @@ void inittodr(); /* forward */
int rebootflag = 0; /* exported to kdintr */
@@ -22,7 +22,7 @@ Index: i386/i386at/model_dep.c
/* XX interrupt stack pointer and highwater mark, for locore.S. */
vm_offset_t int_stack_top, int_stack_high;
-@@ -349,6 +353,11 @@ void c_boot_entry(vm_offset_t bi)
+@@ -354,6 +358,11 @@ void c_boot_entry(vm_offset_t bi)
cninit(); /* need console for debugger */
Debugger();
}
@@ -36,9 +36,9 @@ Index: i386/i386at/model_dep.c
machine_slot[0].is_cpu = TRUE;
Index: kern/debug.c
===================================================================
---- kern/debug.c.orig 2006-10-26 00:16:53.000000000 +0300
-+++ kern/debug.c 2006-10-26 00:16:58.000000000 +0300
-@@ -117,6 +117,10 @@ panic_init()
+--- kern/debug.c.orig 2006-11-14 03:58:57.000000000 +0200
++++ kern/debug.c 2006-11-14 04:15:06.000000000 +0200
+@@ -124,6 +124,10 @@ panic_init()
}
}
@@ -49,7 +49,7 @@ Index: kern/debug.c
/*VARARGS1*/
void
panic(const char *s, ...)
-@@ -158,7 +162,7 @@ panic(const char *s, ...)
+@@ -165,7 +169,7 @@ panic(const char *s, ...)
#if MACH_KDB
Debugger("panic");
#else