From: Thomas Gleixner Date: Fri, 16 Feb 2007 09:27:50 +0000 (-0800) Subject: [PATCH] hrtimers: cleanup locking X-Git-Tag: v2.6.21-rc1~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8aa39d7c445ae2612b6b626f76f077e7a7ab0d;p=pandora-kernel.git [PATCH] hrtimers: cleanup locking Improve kernel/hrtimers.c locking: use a per-CPU base with a lock to control locking of all clocks belonging to a CPU. This simplifies code that needs to lock all clocks at once. This makes life easier for high-res timers and dyntick. No functional changes. [ optimization change from Andrew Morton ] Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar Cc: john stultz Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed