mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
2228511833
commit
e33ee8b6f4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ _GLOBAL(e500_idle)
|
||||||
ori r4,r4,_TLF_NAPPING /* so when we take an exception */
|
ori r4,r4,_TLF_NAPPING /* so when we take an exception */
|
||||||
stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */
|
stw r4,TI_LOCAL_FLAGS(r3) /* it will return to our caller */
|
||||||
|
|
||||||
#ifdef CONFIG_E500MC
|
#ifdef CONFIG_PPC_E500MC
|
||||||
wrteei 1
|
wrteei 1
|
||||||
1: wait
|
1: wait
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue