diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
| -rw-r--r-- | arch/x86/kernel/process.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index c83516be1052..3fb8d95ab8b5 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -391,9 +391,9 @@ static void amd_e400_idle(void)  		 * The switch back from broadcast mode needs to be  		 * called with interrupts disabled.  		 */ -		 local_irq_disable(); -		 clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_EXIT, &cpu); -		 local_irq_enable(); +		local_irq_disable(); +		clockevents_notify(CLOCK_EVT_NOTIFY_BROADCAST_EXIT, &cpu); +		local_irq_enable();  	} else  		default_idle();  }  |