diff options
author | Bharat Bhushan <r65777@freescale.com> | 2011-10-11 05:56:08 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 04:23:24 (GMT) |
commit | e33ee8b6f473b33a41c281f5329d9d7b3bed8ff5 (patch) | |
tree | c15ef72ff24a143578b55c9d671b353fd7d25973 /arch | |
parent | 2228511833e267e833514cc85ba9626f9dacd661 (diff) | |
download | linux-e33ee8b6f473b33a41c281f5329d9d7b3bed8ff5.tar.xz |
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')
-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 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 |