Displaying 1 result from an estimated 1 matches for "proc_unknown_nmi_panic".
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
...XPORT_SYMBOL(MCA_bus);
#ifdef CONFIG_DISCONTIGMEM
EXPORT_SYMBOL(node_data);
EXPORT_SYMBOL(physnode_map);
--- linux-2.6.10/kernel/sysctl.c.bk7 2005-01-06 20:58:23.000000000 -0500
+++ linux-2.6.10/kernel/sysctl.c 2005-01-06 21:28:43.000000000 -0500
@@ -681,7 +681,7 @@
.proc_handler = &proc_unknown_nmi_panic,
},
#endif
-#if defined(CONFIG_X86)
+#if defined(CONFIG_X86) && !defined(CONFIG_XEN)
{
.ctl_name = KERN_BOOTLOADER_TYPE,
.procname = "bootloader_type",
--- linux-2.6.10/arch/xen/i386/Kconfig.bk9 2005-01-06 23:06:54.951408156 -0500
+++ linux-2.6.10/arch/xen/i386/Kco...