Skip to content

Commit

Permalink
powerpc: e500mc: Fix: use CONFIG_PPC_E500MC in idle_e500.S
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bharat Bhushan authored and Kumar Gala committed Oct 12, 2011
1 parent 2228511 commit e33ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/idle_e500.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e33ee8b

Please sign in to comment.