From: Torben Hohn Date: Thu, 27 Jan 2011 14:59:15 +0000 (+0100) Subject: alpha: Change do_timer() to xtime_update() X-Git-Tag: v2.6.39-rc1~508^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1340f3e0b29b745a33f431455c3a37f48197bc81;p=pandora-kernel.git alpha: Change do_timer() to xtime_update() xtime_update() takes the xtime_lock itself. timer_interrupt() is only called on the boot cpu. See do_entInt(). So "state" in timer_interrupt does not require protection by xtime_lock. Signed-off-by: Torben Hohn Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: Peter Zijlstra Cc: johnstul@us.ibm.com Cc: hch@infradead.org Cc: yong.zhang0@gmail.com LKML-Reference: <20110127145915.23248.20919.stgit@localhost> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed