| Atsushi Nemoto | 01754bb | 2007-07-25 01:50:08 +0900 | [diff] [blame] | 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_mipsmt	0 | 
|  | 16 | #define cpu_has_userlocal	0 | 
|  | 17 |  | 
|  | 18 | #define cpu_has_mips32r1	0 | 
|  | 19 | #define cpu_has_mips32r2	0 | 
|  | 20 | #define cpu_has_mips64r1	0 | 
|  | 21 | #define cpu_has_mips64r2	0 | 
|  | 22 |  | 
|  | 23 | #endif /* __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H */ |