diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-09-01 05:02:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:14 -0400 |
commit | 65dd7026a906f7a70ef326f18540c0b648a0ffed (patch) | |
tree | 02ad69bcba2f6b258cc8063ca735372158babb24 /include/asm-mips/mach-ip22 | |
parent | aaa49075c6a75332dac6fb401518c0a72b103443 (diff) |
Define some more common ip22 CPU features.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
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.h | 6 |
1 files changed, 6 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 a115940bd684..ac71b4d6510a 100644 --- a/include/asm-mips/mach-ip22/cpu-feature-overrides.h +++ b/include/asm-mips/mach-ip22/cpu-feature-overrides.h | |||
@@ -11,6 +11,12 @@ | |||
11 | /* | 11 | /* |
12 | * IP22 with a variety of processors so we can't use defaults for everything. | 12 | * IP22 with a variety of processors so we can't use defaults for everything. |
13 | */ | 13 | */ |
14 | #define cpu_has_tlb 1 | ||
15 | #define cpu_has_4kex 1 | ||
16 | #define cpu_has_4ktlb 1 | ||
17 | #define cpu_has_fpu 1 | ||
18 | #define cpu_has_32fpr 1 | ||
19 | #define cpu_has_counter 1 | ||
14 | #define cpu_has_mips16 0 | 20 | #define cpu_has_mips16 0 |
15 | #define cpu_has_divec 0 | 21 | #define cpu_has_divec 0 |
16 | #define cpu_has_cache_cdex_p 1 | 22 | #define cpu_has_cache_cdex_p 1 |