| .. | .. |
|---|
| 39 | 39 | #define cpu_has_guestctl2 0 |
|---|
| 40 | 40 | #define cpu_has_guestid 0 |
|---|
| 41 | 41 | #define cpu_has_drg 0 |
|---|
| 42 | | -#define cpu_has_bp_ghist 0 |
|---|
| 43 | 42 | #define cpu_has_mips16 0 |
|---|
| 44 | 43 | #define cpu_has_mips16e2 0 |
|---|
| 45 | 44 | #define cpu_has_mdmx 0 |
|---|
| .. | .. |
|---|
| 75 | 74 | #define cpu_dcache_line_size() 32 |
|---|
| 76 | 75 | #define cpu_icache_line_size() 32 |
|---|
| 77 | 76 | #define cpu_scache_line_size() 0 |
|---|
| 77 | +#define cpu_tcache_line_size() 0 |
|---|
| 78 | 78 | |
|---|
| 79 | 79 | #define cpu_has_perf_cntr_intr_bit 0 |
|---|
| 80 | 80 | #define cpu_has_vz 0 |
|---|
| 81 | 81 | #define cpu_has_msa 0 |
|---|
| 82 | +#define cpu_has_ufr 0 |
|---|
| 82 | 83 | #define cpu_has_fre 0 |
|---|
| 83 | 84 | #define cpu_has_cdmm 0 |
|---|
| 84 | 85 | #define cpu_has_small_pages 0 |
|---|
| .. | .. |
|---|
| 88 | 89 | #define cpu_has_badinstr 0 |
|---|
| 89 | 90 | #define cpu_has_badinstrp 0 |
|---|
| 90 | 91 | #define cpu_has_contextconfig 0 |
|---|
| 92 | +#define cpu_has_perf 0 |
|---|
| 91 | 93 | |
|---|
| 92 | 94 | #endif /* __ASM_MACH_AU1X00_CPU_FEATURE_OVERRIDES_H */ |
|---|