]> git.pld-linux.org Git - packages/kernel.git/blob - xquad_portio.fix
- obsolete
[packages/kernel.git] / xquad_portio.fix
1 diff -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 @@
5  EXPORT_SYMBOL(sys_ptrace);
6  EXPORT_SYMBOL(sys_ipc);
7  EXPORT_SYMBOL(sys_pause);
8 +
9 +#ifdef CONFIG_MULTIQUAD
10 +EXPORT_SYMBOL(xquad_portio);
11 +#endif
12 diff -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 0.049706 seconds and 3 git commands to generate.