Skip to content

Commit

Permalink
ARM: mach-w90x900: properly disable CPU idle call
Browse files Browse the repository at this point in the history
Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jan 20, 2012
1 parent e5ddf4e commit a5ad6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-w90x900/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ static struct platform_device *nuc900_public_dev[] __initdata = {

void __init nuc900_board_init(struct platform_device **device, int size)
{
disable_hlt();
platform_add_devices(device, size);
platform_add_devices(nuc900_public_dev, ARRAY_SIZE(nuc900_public_dev));
spi_register_board_info(nuc900_spi_board_info,
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-w90x900/include/mach/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
*/
static void arch_idle(void)
{
cpu_do_idle();
}

0 comments on commit a5ad6fb

Please sign in to comment.