Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Manuel Lauss and committed by
Paul Burton
7a3097be e898d084

+3
+3
arch/mips/include/asm/mach-au1x00/cpu-feature-overrides.h
··· 75 75 #define cpu_dcache_line_size() 32 76 76 #define cpu_icache_line_size() 32 77 77 #define cpu_scache_line_size() 0 78 + #define cpu_tcache_line_size() 0 78 79 79 80 #define cpu_has_perf_cntr_intr_bit 0 80 81 #define cpu_has_vz 0 81 82 #define cpu_has_msa 0 83 + #define cpu_has_ufr 0 82 84 #define cpu_has_fre 0 83 85 #define cpu_has_cdmm 0 84 86 #define cpu_has_small_pages 0 ··· 90 88 #define cpu_has_badinstr 0 91 89 #define cpu_has_badinstrp 0 92 90 #define cpu_has_contextconfig 0 91 + #define cpu_has_perf 0 93 92 94 93 #endif /* __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H */