From: Thomas Gleixner Date: Tue, 10 Jul 2012 22:43:23 +0000 (-0400) Subject: hrtimers: Move lock held region in hrtimer_interrupt() X-Git-Tag: v3.5-rc7~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=196951e91262fccda81147d2bcf7fdab08668b40;p=pandora-kernel.git hrtimers: Move lock held region in hrtimer_interrupt() We need to update the base offsets from this code and we need to do that under base->lock. Move the lock held region around the ktime_get() calls. The ktime_get() calls are going to be replaced with a function which gets the time and the offsets atomically. Signed-off-by: Thomas Gleixner Reviewed-by: Ingo Molnar Acked-by: Peter Zijlstra Acked-by: Prarit Bhargava Cc: stable@vger.kernel.org Signed-off-by: John Stultz Link: http://lkml.kernel.org/r/1341960205-56738-6-git-send-email-johnstul@us.ibm.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed