]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-mca.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / kernel-mca.patch
CommitLineData
59bda048 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
8d009db9 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
59bda048 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
83b5d4c3 13@@ -10,7 +10,6 @@
8d009db9 14 * The information is exported to the protected code, where this
15 * variable is set to one in case MCA bus was detected.
16 */
83b5d4c3 17-extern int MCA_bus;
8d009db9 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.137627 seconds and 4 git commands to generate.