avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loop
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 15 Feb 2008 13:38:40 +0000 (14:38 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 15 Feb 2008 13:55:10 +0000 (14:55 +0100)
This fixes a hang on boot with nohz enabled. nohz is not actually
supported in mainline yet, but patches that add support for it are
currently under review.

When nohz is compiled out, the functions are no-ops, so this patch
results in no functional change, but it arguably makes the code more
correct.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>

No differences found