From: Daniel Walker Date: Wed, 2 May 2007 17:27:18 +0000 (+0200) Subject: [PATCH] i386: remove xtime_lock'ing around cpufreq notifier X-Git-Tag: v2.6.22-rc1~1011^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3624aa293dfa2d46089747d919711089a702eb;p=pandora-kernel.git [PATCH] i386: remove xtime_lock'ing around cpufreq notifier The locking of the xtime_lock around the cpu notifier is unessesary now. At one time the tsc was used after a frequency change for timekeeping, but the re-write of timekeeping no longer uses the TSC unless the frequency is constant. The variables that are changed in this section of code had also once been used for timekeeping, but not any longer .. Signed-off-by: Daniel Walker Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: Ingo Molnar Cc: Thomas Gleixner Cc: john stultz Signed-off-by: Andrew Morton --- Reading git-diff-tree failed