From: Paul Mundt Date: Fri, 1 Dec 2006 04:12:05 +0000 (+0900) Subject: sh: Turn off IRQs around get_timer_offset() calls. X-Git-Tag: v2.6.20-rc1~34^2~20^2~32^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74b56800e78a10bc09b56a87831876a1d9d09ae;p=pandora-kernel.git sh: Turn off IRQs around get_timer_offset() calls. Since all of the sys_timer sources currently do this on their own within the ->get_offset() path, it's more sensible to just have the caller take care of it when grabbing xtime_lock. Incidentally, this is more in line with what others (ie, ARM) are doing already. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed