linux/arch
Luck, Tony 2412aa1293 ia64: Make sure interrupts enabled when we "safe_halt()"
In commit d166991234
   idle: Implement generic idle function
Thomas Gleixner cleaned up many things but perturbed some
fragile code that was keeping ia64 alive. So we started
seeing:
   WARNING: at kernel/cpu/idle.c:94 cpu_idle_loop+0x360/0x380()
and other unpleasantness like system hangs during boot.

We really shouldn't ever halt with interrupts disabled.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Cc: magnus.damm@gmail.com
Link: http://lkml.kernel.org/r/516d9a0c26048eae9c@agluck-desk.sc.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2013-04-17 10:39:37 +02:00
..
alpha alpha: Use generic idle loop 2013-04-08 17:39:23 +02:00
arc arc: Use generic idle loop 2013-04-08 17:39:23 +02:00
arm arm: Use generic idle loop 2013-04-08 17:39:24 +02:00
arm64 arm64: Use generic idle loop 2013-04-08 17:39:24 +02:00
avr32 avr32: Use generic idle loop 2013-04-08 17:39:24 +02:00
blackfin bfin: Fix typo in arch_cpu_idle() 2013-04-10 12:38:48 +02:00
c6x c6x: Use generic idle loop 2013-04-08 17:39:24 +02:00
cris cris: Use generic idle loop 2013-04-08 17:39:25 +02:00
frv frv: Use generic idle loop 2013-04-08 17:39:25 +02:00
h8300 h8300: Use generic idle loop 2013-04-08 17:39:25 +02:00
hexagon hexagon: Use generic idle loop 2013-04-08 17:39:25 +02:00
ia64 ia64: Make sure interrupts enabled when we "safe_halt()" 2013-04-17 10:39:37 +02:00
m32r m32r: Use generic idle loop 2013-04-08 17:39:26 +02:00
m68k m68k: Use generic idle loop 2013-04-08 17:39:26 +02:00
metag metag: Use generic idle loop 2013-04-08 17:39:26 +02:00
microblaze microblaze: Use generic idle loop 2013-04-08 17:39:26 +02:00
mips mips: Use generic idle loop 2013-04-08 17:39:26 +02:00
mn10300 mn10300: Use generic idle loop 2013-04-08 17:39:27 +02:00
openrisc openrisc: Use generic idle loop 2013-04-08 17:39:27 +02:00
parisc parisc: Use generic idle loop 2013-04-08 17:39:27 +02:00
powerpc powerpc: Use generic idle loop 2013-04-08 17:39:27 +02:00
s390 s390: Use generic idle loop 2013-04-08 17:39:27 +02:00
score score: Use generic idle loop 2013-04-08 17:39:28 +02:00
sh idle: Remove unused ARCH_HAS_DEFAULT_IDLE 2013-04-10 14:40:46 +02:00
sparc sparc: Use generic idle loop 2013-04-13 21:36:27 +02:00
tile tile: Use generic idle loop 2013-04-08 17:39:28 +02:00
um um: Use tty_port in SIGWINCH handler 2013-03-11 10:08:04 +01:00
unicore32 unicore: Use generic idle loop 2013-04-08 17:39:29 +02:00
x86 idle: Remove unused ARCH_HAS_DEFAULT_IDLE 2013-04-10 14:40:46 +02:00
xtensa xtensa: Use generic idle loop 2013-04-08 17:39:29 +02:00
.gitignore
Kconfig idle: Implement generic idle function 2013-04-08 17:39:23 +02:00