All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: ath79: don't hardcode the unavailability of the DSP ASE
@ 2012-08-14 19:12 Gabor Juhos
  2012-08-15 10:48 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Gabor Juhos @ 2012-08-14 19:12 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Gabor Juhos

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>

---
This is a replacement of the 'MIPS: ath79: don't override CPU ASE features' 
patch: https://patchwork.linux-mips.org/patch/4169/

I don't think that the issue is critical enough to include that in 
the stable trees.

Gabor

 arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h b/arch/mips/include/asm/mach-ath79/cpu-feature-overrides.h
index 4476fa0..6ddae92 100644
--- 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
-- 
1.7.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-16  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 19:12 [PATCH] MIPS: ath79: don't hardcode the unavailability of the DSP ASE Gabor Juhos
2012-08-15 10:48 ` Ralf Baechle
2013-08-16  8:43   ` Helmut Schaa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.