* [PATCH] powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S
@ 2011-10-11 5:56 Bharat Bhushan
2011-10-12 4:24 ` Kumar Gala
0 siblings, 1 reply; 3+ messages in thread
From: Bharat Bhushan @ 2011-10-11 5:56 UTC (permalink / raw)
To: galak; +Cc: Bharat Bhushan, linuxppc-dev, bharatb.yadav
It is wrongly using undefined CONFIG_E500MC.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
---
arch/powerpc/kernel/idle_e500.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/idle_e500.S b/arch/powerpc/kernel/idle_e500.S
index 3e2b95c..4f0ab85 100644
--- a/arch/powerpc/kernel/idle_e500.S
+++ b/arch/powerpc/kernel/idle_e500.S
@@ -26,7 +26,7 @@ _GLOBAL(e500_idle)
ori r4,r4,_TLF_NAPPING /* so when we take an exception */
stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */
-#ifdef CONFIG_E500MC
+#ifdef CONFIG_PPC_E500MC
wrteei 1
1: wait
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S
@ 2011-10-13 4:46 Bharat Bhushan
0 siblings, 0 replies; 3+ messages in thread
From: Bharat Bhushan @ 2011-10-13 4:46 UTC (permalink / raw)
To: stable, linuxppc-dev, galak, bharatb.yadav; +Cc: Bharat Bhushan
It is wrongly using undefined CONFIG_E500MC. Tested on custom p4080DS board.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
---
arch/powerpc/kernel/idle_e500.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/idle_e500.S b/arch/powerpc/kernel/idle_e500.S
index 3e2b95c..4f0ab85 100644
--- a/arch/powerpc/kernel/idle_e500.S
+++ b/arch/powerpc/kernel/idle_e500.S
@@ -26,7 +26,7 @@ _GLOBAL(e500_idle)
ori r4,r4,_TLF_NAPPING /* so when we take an exception */
stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */
-#ifdef CONFIG_E500MC
+#ifdef CONFIG_PPC_E500MC
wrteei 1
1: wait
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-13 4:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 5:56 [PATCH] powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S Bharat Bhushan
2011-10-12 4:24 ` Kumar Gala
-- strict thread matches above, loose matches on Subject: below --
2011-10-13 4:46 Bharat Bhushan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox