commit | e74b56800e78a10bc09b56a87831876a1d9d09ae | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Dec 01 13:12:05 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Dec 06 10:45:39 2006 +0900 |
tree | 0468f7bd4324ffe8d6d7f00ffd2fa3376fcc65aa | |
parent | bca7c20764c83a44c7b8b0831089922d56a3a9a2 [diff] |
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 <lethal@linux-sh.org>