diff options
author | Manuel Lauss <manuel.lauss@gmail.com> | 2018-12-19 08:08:02 +0100 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-12-23 07:58:26 -0800 |
commit | 7a3097be955efd979e96ced5edab651a4c09d42f (patch) | |
tree | 2ba52f29f99fd53de9ad82ca62d69e72a8ed8511 | |
parent | e898d084eae086762406d487b3e81185c47de35d (diff) | |
download | linux-7a3097be955efd979e96ced5edab651a4c09d42f.tar.gz linux-7a3097be955efd979e96ced5edab651a4c09d42f.tar.bz2 linux-7a3097be955efd979e96ced5edab651a4c09d42f.zip |
MIPS: Alchemy: update cpu-feature-overrides
No shiny new stuff for Alchemy.
Tested on DB1300 and DB1500.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Linux-MIPS <linux-mips@vger.kernel.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 f439cf9cf9d1..ecfbb5aeada3 100644 --- a/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h @@ -75,10 +75,12 @@ #define cpu_dcache_line_size() 32 #define cpu_icache_line_size() 32 #define cpu_scache_line_size() 0 +#define cpu_tcache_line_size() 0 #define cpu_has_perf_cntr_intr_bit 0 #define cpu_has_vz 0 #define cpu_has_msa 0 +#define cpu_has_ufr 0 #define cpu_has_fre 0 #define cpu_has_cdmm 0 #define cpu_has_small_pages 0 @@ -88,5 +90,6 @@ #define cpu_has_badinstr 0 #define cpu_has_badinstrp 0 #define cpu_has_contextconfig 0 +#define cpu_has_perf 0 #endif /* __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H */ |