diff options
author | Bharat Bhushan <r65777@freescale.com> | 2011-10-11 01:56:08 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 00:23:24 -0400 |
commit | e33ee8b6f473b33a41c281f5329d9d7b3bed8ff5 (patch) | |
tree | c15ef72ff24a143578b55c9d671b353fd7d25973 /arch/powerpc | |
parent | 2228511833e267e833514cc85ba9626f9dacd661 (diff) |
powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S
It is wrongly using undefined CONFIG_E500MC.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | 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 3e2b95c6ae67..4f0ab85f3788 100644 --- a/arch/powerpc/kernel/idle_e500.S +++ b/arch/powerpc/kernel/idle_e500.S | |||
@@ -26,7 +26,7 @@ _GLOBAL(e500_idle) | |||
26 | ori r4,r4,_TLF_NAPPING /* so when we take an exception */ | 26 | ori r4,r4,_TLF_NAPPING /* so when we take an exception */ |
27 | stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */ | 27 | stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */ |
28 | 28 | ||
29 | #ifdef CONFIG_E500MC | 29 | #ifdef CONFIG_PPC_E500MC |
30 | wrteei 1 | 30 | wrteei 1 |
31 | 1: wait | 31 | 1: wait |
32 | 32 | ||