Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger...
[deliverable/linux.git] / arch / mips / include / asm / mach-tx49xx / cpu-feature-overrides.h
1 #ifndef __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H
2 #define __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H
3
4 #define cpu_has_llsc 1
5 #define cpu_has_64bits 1
6 #define cpu_has_inclusive_pcaches 0
7
8 #define cpu_has_mips16 0
9 #define cpu_has_mdmx 0
10 #define cpu_has_mips3d 0
11 #define cpu_has_smartmips 0
12 #define cpu_has_vtag_icache 0
13 #define cpu_has_ic_fills_f_dc 0
14 #define cpu_has_dsp 0
15 #define cpu_has_dsp2 0
16 #define cpu_has_mipsmt 0
17 #define cpu_has_userlocal 0
18
19 #define cpu_has_mips32r1 0
20 #define cpu_has_mips32r2 0
21 #define cpu_has_mips64r1 0
22 #define cpu_has_mips64r2 0
23
24 #endif /* __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H */
This page took 0.048867 seconds and 5 git commands to generate.