mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.
Most supported systems currently hardwire cpu_has_dsp to 0, so we also can disable support for cpu_has_dsp2 resulting in a slightly smaller kernel. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ee80f7c73d
commit
475032564e
19 changed files with 20 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#define cpu_has_vtag_icache 0
|
||||
#define cpu_has_ic_fills_f_dc 1
|
||||
#define cpu_has_dsp 0
|
||||
#define cpu_has_dsp2 0
|
||||
#define cpu_has_mipsmt 0
|
||||
#define cpu_icache_snoops_remote_store 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue