From: Stanislaw Gruszka Date: Tue, 25 May 2010 21:49:12 +0000 (+0200) Subject: hrtimer: Avoid double seqlock X-Git-Tag: v2.6.35-rc1~26^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174bd1994ec67a6e6191c4ed8e5dac17fa221b84;p=pandora-kernel.git hrtimer: Avoid double seqlock hrtimer_get_softirq_time() has it's own xtime lock protection, so it's safe to use plain __current_kernel_time() and avoid the double seqlock loop. Signed-off-by: Stanislaw Gruszka LKML-Reference: <20100525214912.GA1934@r2bh72.net.upc.cz> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed