]> git.pld-linux.org Git - packages/kernel.git/blame - xquad_portio.fix
- added description of djurban's branch
[packages/kernel.git] / xquad_portio.fix
CommitLineData
cf411b13 1diff -ur linux-2.4.15-pre4/arch/i386/kernel/i386_ksyms.c linux-2.4.15-pre4.work/arch/i386/kernel/i386_ksyms.c
2--- linux-2.4.15-pre4/arch/i386/kernel/i386_ksyms.c Tue Nov 13 10:15:23 2001
3+++ linux-2.4.15-pre4.work/arch/i386/kernel/i386_ksyms.c Tue Nov 13 10:28:39 2001
4@@ -177,3 +177,7 @@
daa0550e 5 EXPORT_SYMBOL(sys_ptrace);
6 EXPORT_SYMBOL(sys_ipc);
7 EXPORT_SYMBOL(sys_pause);
cf411b13 8+
9+#ifdef CONFIG_MULTIQUAD
10+EXPORT_SYMBOL(xquad_portio);
11+#endif
12diff -ur linux-2.4.15-pre4/arch/i386/kernel/smpboot.c linux-2.4.15-pre4.work/arch/i386/kernel/smpboot.c
13--- linux-2.4.15-pre4/arch/i386/kernel/smpboot.c Fri Oct 5 03:42:54 2001
14+++ linux-2.4.15-pre4.work/arch/i386/kernel/smpboot.c Tue Nov 13 10:26:50 2001
15@@ -969,7 +969,7 @@
16
17 static int boot_cpu_logical_apicid;
18 /* Where the IO area was mapped on multiquad, always 0 otherwise */
19-void *xquad_portio = NULL;
20+void *xquad_portio;
21
22 void __init smp_boot_cpus(void)
23 {
This page took 3.136883 seconds and 4 git commands to generate.