Skip to content

Commit

Permalink
MIPS: ath79: don't hardcode the unavailability of the DSP ASE
Browse files Browse the repository at this point in the history
The ath79 platform code allows to run a single kernel image on various
SoCs which are based on the 24Kc and 74Kc cores.  The current code
explicitely disables the DSP ASE, but that is available in the 74Kc core.

Remove the override in order to let the kernel to detect the availability
of the DSP ASE at runtime.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4222/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed Aug 17, 2012
1 parent cf9bfe5 commit 00dc5ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00dc5ce

Please sign in to comment.