Messages in this thread Patch in this message |  | | Date | Fri, 20 Aug 2004 15:25:14 +0400 | From | Andrey Panin <> | Subject | [PATCH] 2.6.8.1-mm3, fix visws kernel build |
| |
Hello,
looks like someone broke kernel build for SGI Visws 320/540 again:
CC arch/i386/kernel/cpu/intel.o In file included from arch/i386/kernel/cpu/intel.c:19: include/asm-i386/mach-visws/mach_apic.h: In function `cpu_present_to_apicid': include/asm-i386/mach-visws/mach_apic.h:67: error: `BAD_APICID' undeclared (first use in this function) include/asm-i386/mach-visws/mach_apic.h:67: error: (Each undeclared identifier is reported only once include/asm-i386/mach-visws/mach_apic.h:67: error: for each function it appears in.) make[2]: *** [arch/i386/kernel/cpu/intel.o] Ошибка 1
attached patch fixes it. Please consider applying.
Best regards.
-- Andrey Panin | Linux and UNIX system administrator pazke@donpac.ru | PGP key: wwwkeys.pgp.net diff -urpNX /usr/share/dontdiff linux-2.6.8.1-mm3.vanilla/include/asm-i386/mach-visws/mach_apic.h linux-2.6.8.1-mm3/include/asm-i386/mach-visws/mach_apic.h --- linux-2.6.8.1-mm3.vanilla/include/asm-i386/mach-visws/mach_apic.h 2004-08-20 14:46:05.000000000 +0400 +++ linux-2.6.8.1-mm3/include/asm-i386/mach-visws/mach_apic.h 2004-08-20 14:55:27.000000000 +0400 @@ -2,6 +2,7 @@ #define __ASM_MACH_APIC_H #include <mach_apicdef.h> +#include <asm/smp.h> #define APIC_DFR_VALUE (APIC_DFR_FLAT) [unhandled content-type:application/pgp-signature] |  |