[POWERPC] 4xx: Add idle wait support for 44x platforms
authorJerone Young <jyoung5@us.ibm.com>
Fri, 11 Apr 2008 19:03:33 +0000 (05:03 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 16 Apr 2008 12:32:06 +0000 (07:32 -0500)
This changes the cpu_idle loop for 44x platforms to utilize the Wait Enable
feature of the CPU.  This helps virtulization solutions know when the guest
Linux kernel is in an idle state.

A command line option called "idle" is also added to allow people to change
the idle loop back to the original variation.  This is done by setting
"idle=spin" on the kernel command line.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>

No differences found