summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-ip22
diff options
context:
space:
mode:
authorRalf Baechle2005-12-08 15:04:24 +0100
committer2006-01-10 14:39:06 +0100
commitb4672d37293cb045ec4d57e8b76a62810c96da71 (patch)
tree21ba827850d7bc7c36d7009575b979d12b35227c /include/asm-mips/mach-ip22
parentMIPS: Rename MIPS_CPU_ISA_M{32,64} -> MIPS_CPU_ISA_M{32,64}R1. (diff)
downloadkernel-qcow2-linux-b4672d37293cb045ec4d57e8b76a62810c96da71.tar.gz
kernel-qcow2-linux-b4672d37293cb045ec4d57e8b76a62810c96da71.tar.xz
kernel-qcow2-linux-b4672d37293cb045ec4d57e8b76a62810c96da71.zip
MIPS: Introduce machinery for testing for MIPSxxR1/2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-ip22')
-rw-r--r--include/asm-mips/mach-ip22/cpu-feature-overrides.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-mips/mach-ip22/cpu-feature-overrides.h b/include/asm-mips/mach-ip22/cpu-feature-overrides.h
index ab9714668177..2a37bedb4053 100644
--- a/include/asm-mips/mach-ip22/cpu-feature-overrides.h
+++ b/include/asm-mips/mach-ip22/cpu-feature-overrides.h
@@ -34,4 +34,9 @@
#define cpu_has_nofpuex 0
#define cpu_has_64bits 1
+#define cpu_has_mips32r1 0
+#define cpu_has_mips32r2 0
+#define cpu_has_mips64r1 0
+#define cpu_has_mips64r2 0
+
#endif /* __ASM_MACH_IP22_CPU_FEATURE_OVERRIDES_H */