From: Tony Lindgren Date: Wed, 22 Feb 2006 03:26:44 +0000 (-0800) Subject: hrtimer: Reverse patch to switch sys_nanosleep to hrtimer X-Git-Tag: v2.6.16-omap1~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4af66cb483dbf741c89fee8503f47b387f47f4d;p=pandora-kernel.git 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. --- Reading git-diff-tree failed