| .. | .. |
|---|
| 26 | 26 | #define cpu_has_counter 1 |
|---|
| 27 | 27 | #define cpu_has_dc_aliases (PAGE_SIZE < 0x4000) |
|---|
| 28 | 28 | #define cpu_has_divec 0 |
|---|
| 29 | | -#define cpu_has_ejtag 0 |
|---|
| 30 | 29 | #define cpu_has_inclusive_pcaches 1 |
|---|
| 31 | 30 | #define cpu_has_llsc 1 |
|---|
| 32 | 31 | #define cpu_has_mcheck 0 |
|---|
| .. | .. |
|---|
| 42 | 41 | #define cpu_has_veic 0 |
|---|
| 43 | 42 | #define cpu_has_vint 0 |
|---|
| 44 | 43 | #define cpu_has_vtag_icache 0 |
|---|
| 45 | | -#define cpu_has_watch 1 |
|---|
| 46 | | -#define cpu_has_local_ebase 0 |
|---|
| 47 | | - |
|---|
| 48 | | -#ifdef CONFIG_CPU_LOONGSON3 |
|---|
| 49 | 44 | #define cpu_has_wsbh 1 |
|---|
| 50 | 45 | #define cpu_has_ic_fills_f_dc 1 |
|---|
| 51 | 46 | #define cpu_hwrena_impl_bits 0xc0000000 |
|---|
| 52 | | -#endif |
|---|
| 47 | +#define cpu_has_mac2008_only 1 |
|---|
| 48 | +#define cpu_has_mips_r2_exec_hazard 0 |
|---|
| 49 | +#define cpu_has_perf_cntr_intr_bit 0 |
|---|
| 53 | 50 | |
|---|
| 54 | 51 | #endif /* __ASM_MACH_LOONGSON64_CPU_FEATURE_OVERRIDES_H */ |
|---|