]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: Ensure runlatch is off in the idle loop
authorAnton Blanchard <anton@samba.org>
Sun, 2 Apr 2006 09:54:09 +0000 (19:54 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 Apr 2006 16:27:22 +0000 (09:27 -0700)
commitddafddcfc78aab994cf95922befc54d98aaf371b
tree9dd0c9fd76a91ca154fd2cf25e7305d4c59c3c5c
parentb86756ae76dc5e7ecff3ca52a5842155e6d457de
[PATCH] powerpc: Ensure runlatch is off in the idle loop

Since external and decrementer interrupts set the runlatch on, we need
to ensure its set off again in the idle loop. At the moment we dont turn
it off in the inner loop.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/idle.c