]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: Fix idle consolidation fallout
authorThomas Gleixner <tglx@linutronix.de>
Thu, 2 May 2013 14:21:15 +0000 (16:21 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 7 May 2013 14:24:03 +0000 (16:24 +0200)
commit97a5b81fa4d3a11dcdf224befc577f2e0abadc0b
treeb227ed9df482a0073b81711ebde8d54f6e11cda3
parent78d77df71510a96e042de7ba6dbd7998103642cb
x86: Fix idle consolidation fallout

The core code expects the arch idle code to return with interrupts
enabled. The conversion missed two x86 cases which fail to do that.

Reported-and-tested-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Tested-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/alpine.LFD.2.02.1305021557030.3972@ionos
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/process.c