CVSROOT: /home/cvs
Module name: malta
Changes by: chris@ftp.linux-mips.org 05/07/29 20:26:59
Modified files:
linux/include/asm-mips: Tag: MaltaRef_2_6 mipsregs.h
Log message:
* include/asm-mips/mipsregs.h: Don't make the include of
mipsmtregs.h dependent on CONFIG_MIPS_MT for now. The do_mt
handler in traps.c may be be built regardless of CONFIG_MIPS_MT.
diff -urN malta/linux/include/asm-mips/mipsregs.h
malta/linux/include/asm-mips/mipsregs.h
--- malta/linux/include/asm-mips/mipsregs.h 2005/07/25 18:07:59
1.62.1000.5
+++ malta/linux/include/asm-mips/mipsregs.h 2005/07/29 19:26:59
1.62.1000.6
@@ -37,9 +37,7 @@
#define _ULCAST_ (unsigned long)
#endif
-#ifdef CONFIG_MIPS_MT
#include <asm/mipsmtregs.h>
-#endif
/*
* Coprocessor 0 register names
|