From: James S. <jsi...@us...> - 2002-05-30 20:42:18
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64/ip32 In directory usw-pr-cvs1:/tmp/cvs-serv29100/include/asm-mips64/ip32 Modified Files: machine.h Log Message: Updated Mips 64 to OSS tree. Index: machine.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/ip32/machine.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- machine.h 4 Sep 2001 22:41:02 -0000 1.1 +++ machine.h 30 May 2002 20:42:15 -0000 1.2 @@ -9,9 +9,13 @@ */ #ifndef _ASM_IP32_MACHINE_H #define _ASM_IP32_MACHINE_H + +#include <linux/config.h> + #ifdef CONFIG_SGI_IP32 #define SGI_MACH_O2 0x3201 #endif /* CONFIG_SGI_IP32 */ + #endif /* _ASM_SGI_MACHINE_H */ |