e92716f2aa
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>
12 lines
382 B
Makefile
12 lines
382 B
Makefile
obj-$(CONFIG_44x) := misc_44x.o idle.o
|
|
obj-$(CONFIG_EBONY) += ebony.o
|
|
obj-$(CONFIG_TAISHAN) += taishan.o
|
|
obj-$(CONFIG_BAMBOO) += bamboo.o
|
|
obj-$(CONFIG_YOSEMITE) += bamboo.o
|
|
obj-$(CONFIG_SEQUOIA) += sequoia.o
|
|
obj-$(CONFIG_KATMAI) += katmai.o
|
|
obj-$(CONFIG_RAINIER) += rainier.o
|
|
obj-$(CONFIG_WARP) += warp.o
|
|
obj-$(CONFIG_WARP) += warp-nand.o
|
|
obj-$(CONFIG_CANYONLANDS) += canyonlands.o
|