18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
38c2ecf20Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
48c2ecf20Sopenharmony_ci * for more details.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 2003, 04, 07 Ralf Baechle (ralf@linux-mips.org)
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_SIBYTE_CPU_FEATURE_OVERRIDES_H
98c2ecf20Sopenharmony_ci#define __ASM_MACH_SIBYTE_CPU_FEATURE_OVERRIDES_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/*
128c2ecf20Sopenharmony_ci * Sibyte are MIPS64 processors wired to a specific configuration
138c2ecf20Sopenharmony_ci */
148c2ecf20Sopenharmony_ci#define cpu_has_watch		1
158c2ecf20Sopenharmony_ci#define cpu_has_mips16		0
168c2ecf20Sopenharmony_ci#define cpu_has_mips16e2	0
178c2ecf20Sopenharmony_ci#define cpu_has_divec		1
188c2ecf20Sopenharmony_ci#define cpu_has_vce		0
198c2ecf20Sopenharmony_ci#define cpu_has_cache_cdex_p	0
208c2ecf20Sopenharmony_ci#define cpu_has_cache_cdex_s	0
218c2ecf20Sopenharmony_ci#define cpu_has_prefetch	1
228c2ecf20Sopenharmony_ci#define cpu_has_mcheck		1
238c2ecf20Sopenharmony_ci#define cpu_has_ejtag		1
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci#define cpu_has_llsc		1
268c2ecf20Sopenharmony_ci#define cpu_has_vtag_icache	1
278c2ecf20Sopenharmony_ci#define cpu_has_dc_aliases	0
288c2ecf20Sopenharmony_ci#define cpu_has_ic_fills_f_dc	0
298c2ecf20Sopenharmony_ci#define cpu_has_dsp		0
308c2ecf20Sopenharmony_ci#define cpu_has_dsp2		0
318c2ecf20Sopenharmony_ci#define cpu_has_mipsmt		0
328c2ecf20Sopenharmony_ci#define cpu_has_userlocal	0
338c2ecf20Sopenharmony_ci#define cpu_icache_snoops_remote_store	0
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ci#define cpu_has_nofpuex		0
368c2ecf20Sopenharmony_ci#define cpu_has_64bits		1
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ci#define cpu_has_mips32r1	1
398c2ecf20Sopenharmony_ci#define cpu_has_mips32r2	0
408c2ecf20Sopenharmony_ci#define cpu_has_mips64r1	1
418c2ecf20Sopenharmony_ci#define cpu_has_mips64r2	0
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ci#define cpu_has_inclusive_pcaches	0
448c2ecf20Sopenharmony_ci
458c2ecf20Sopenharmony_ci#define cpu_dcache_line_size()	32
468c2ecf20Sopenharmony_ci#define cpu_icache_line_size()	32
478c2ecf20Sopenharmony_ci#define cpu_scache_line_size()	32
488c2ecf20Sopenharmony_ci
498c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_SIBYTE_CPU_FEATURE_OVERRIDES_H */
50