]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
hrtimer: Reverse patch to switch sys_nanosleep to hrtimer
authorTony Lindgren <tony@atomide.com>
Wed, 22 Feb 2006 03:26:44 +0000 (19:26 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Feb 2006 03:26:44 +0000 (19:26 -0800)
commitc4af66cb483dbf741c89fee8503f47b387f47f4d
tree3c8d6740e8f5b0ac102b5aa4ead0be7f87122485
parentd13970fd2067e4a79c04d13f71b8d95bd7c9dee4
hrtimer: Reverse patch to switch sys_nanosleep to hrtimer

Patch 6ba1b91213e81aa92b5cf7539f7d2a94ff54947c hrtimer: switch
sys_nanosleep to hrtimer breaks dynamic tick. All usleep calls
will fail as the next_timer_interrupt currently does not scan
hrtimer queues. This means the system will be potentially
asleep in the idle mode when the next hrtimer is supposed to
run. Until hrtimer_next_interrupt is implemented, we'll use
the old sys_nanosleep.
kernel/hrtimer.c
kernel/timer.c