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)
commitd45ad06273f797f6239b97fd9962ecd81eec847f
treead601f9ef094dd43fc5fd06a163e79df90dc8f4a
parentf059267e7fa9e3efa1498eb963ba18ec25665c42
avr32: Call tick_nohz_{stop,restart}_sched_tick() in idle loop

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>
arch/avr32/kernel/process.c