diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-12-08 05:42:16 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-08 05:42:16 -0500 |
commit | 2af99920d56debcf879ac71a1934e8fcccdc713e (patch) | |
tree | f6a617f4e96b10b8723c2332253f797de61cf357 | |
parent | f2711be0f9c20115f0af8c15e52bf425774b64e8 (diff) |
MIPS: Alchemy: Update cpu-feature-overrides
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3006/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h b/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h index d5df0cab9b8..3f741af37d4 100644 --- a/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h | |||
@@ -13,12 +13,14 @@ | |||
13 | #define cpu_has_4k_cache 1 | 13 | #define cpu_has_4k_cache 1 |
14 | #define cpu_has_tx39_cache 0 | 14 | #define cpu_has_tx39_cache 0 |
15 | #define cpu_has_fpu 0 | 15 | #define cpu_has_fpu 0 |
16 | #define cpu_has_32fpr 0 | ||
16 | #define cpu_has_counter 1 | 17 | #define cpu_has_counter 1 |
17 | #define cpu_has_watch 1 | 18 | #define cpu_has_watch 1 |
18 | #define cpu_has_divec 1 | 19 | #define cpu_has_divec 1 |
19 | #define cpu_has_vce 0 | 20 | #define cpu_has_vce 0 |
20 | #define cpu_has_cache_cdex_p 0 | 21 | #define cpu_has_cache_cdex_p 0 |
21 | #define cpu_has_cache_cdex_s 0 | 22 | #define cpu_has_cache_cdex_s 0 |
23 | #define cpu_has_prefetch 1 | ||
22 | #define cpu_has_mcheck 1 | 24 | #define cpu_has_mcheck 1 |
23 | #define cpu_has_ejtag 1 | 25 | #define cpu_has_ejtag 1 |
24 | #define cpu_has_llsc 1 | 26 | #define cpu_has_llsc 1 |
@@ -29,6 +31,7 @@ | |||
29 | #define cpu_has_vtag_icache 0 | 31 | #define cpu_has_vtag_icache 0 |
30 | #define cpu_has_dc_aliases 0 | 32 | #define cpu_has_dc_aliases 0 |
31 | #define cpu_has_ic_fills_f_dc 1 | 33 | #define cpu_has_ic_fills_f_dc 1 |
34 | #define cpu_has_pindexed_dcache 0 | ||
32 | #define cpu_has_mips32r1 1 | 35 | #define cpu_has_mips32r1 1 |
33 | #define cpu_has_mips32r2 0 | 36 | #define cpu_has_mips32r2 0 |
34 | #define cpu_has_mips64r1 0 | 37 | #define cpu_has_mips64r1 0 |