]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-mca.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / kernel-mca.patch
1 --- linux/include/asm-m68k/processor.h~ Fri Jan 24 09:20:47 2003
2 +++ linux/include/asm-m68k/processor.h  Fri Jan 24 09:20:47 2003
3 @@ -27,6 +27,7 @@
4   */
5  #define EISA_bus 0
6  #define MCA_bus 0
7 +#define MCA_bus__is_a_macro /* for versions in ksyms.c */
8  
9  /* 
10   * if you change this structure, you must change the code and offsets
11 --- linux/include/linux/mca.h~  Fri Jan 24 09:20:43 2003
12 +++ linux/include/linux/mca.h   Fri Jan 24 09:20:43 2003
13 @@ -10,7 +10,6 @@
14   * The information is exported to the protected code, where this 
15   * variable is set to one in case MCA bus was detected.
16  */
17 -extern int  MCA_bus;
18  
19  /* maximal number of MCA slots - actually, some machines have less, but
20  they all have sufficient number of POS registers to cover 8. */
This page took 0.077023 seconds and 3 git commands to generate.