patch-2.1.15 linux/arch/i386/kernel/ksyms.c

Next file: linux/arch/i386/kernel/ldt.c
Previous file: linux/arch/i386/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/arch/i386/kernel/ksyms.c linux/arch/i386/kernel/ksyms.c
@@ -1,7 +1,9 @@
+#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/smp.h>
 #include <linux/user.h>
 #include <linux/elfcore.h>
+#include <linux/mca.h>
 
 #include <asm/semaphore.h>
 #include <asm/processor.h>
@@ -31,6 +33,17 @@
 	X(kernel_counter),
 	X(active_kernel_processor),
 	X(smp_invalidate_needed),
+#endif
+#ifdef CONFIG_MCA
+	/* Adapter probing and info methods. */
+	X(mca_write_pos),
+	X(mca_read_pos),
+	X(mca_read_stored_pos),
+	X(mca_set_adapter_name),
+	X(mca_get_adapter_name),
+	X(mca_set_adapter_procfn),
+	X(mca_isenabled),
+	X(mca_isadapter),
 #endif
 #include <linux/symtab_end.h>
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov