CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/07/11 13:05:22
Modified files:
include/asm-mips/mach-mips: cpu-feature-overrides.h
Log message:
Rename the last instance of CONFIG_CPU_MIPS32 to CONFIG_CPU_MIPS32_R1.
diff -urN linux/include/asm-mips/mach-mips/cpu-feature-overrides.h
linux/include/asm-mips/mach-mips/cpu-feature-overrides.h
--- linux/include/asm-mips/mach-mips/cpu-feature-overrides.h 2005/07/06
12:08:14 1.3
+++ linux/include/asm-mips/mach-mips/cpu-feature-overrides.h 2005/07/11
12:05:22 1.4
@@ -14,7 +14,7 @@
/*
* CPU feature overrides for MIPS boards
*/
-#ifdef CONFIG_CPU_MIPS32
+#ifdef CONFIG_CPU_MIPS32_R1
#define cpu_has_tlb 1
#define cpu_has_4kex 1
#define cpu_has_4ktlb 1
|