mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: detect and enable MIPS DSP extensions, AR9344 supports them (fixes #11762)
SVN-Revision: 32520owl
parent
f9f929613d
commit
5570b76642
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
|
||||||
|
+++ b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
|
||||||
|
@@ -42,7 +42,6 @@
|
||||||
|
#define cpu_has_mips64r1 0
|
||||||
|
#define cpu_has_mips64r2 0
|
||||||
|
|
||||||
|
-#define cpu_has_dsp 0
|
||||||
|
#define cpu_has_mipsmt 0
|
||||||
|
|
||||||
|
#define cpu_has_64bits 0
|
Loading…
Reference in New Issue