commit | d45ad06273f797f6239b97fd9962ecd81eec847f | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Feb 15 14:38:40 2008 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Feb 15 14:55:10 2008 +0100 |
tree | ad601f9ef094dd43fc5fd06a163e79df90dc8f4a | |
parent | f059267e7fa9e3efa1498eb963ba18ec25665c42 [diff] |
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>