From: Arjan van de Ven Date: Sat, 14 Jan 2006 15:01:49 +0000 (+0100) Subject: [CPUFREQ] convert remaining cpufreq semaphore to a mutex X-Git-Tag: v2.6.16-rc2~240^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83933af4720b282f6f6a0b6c05a2a47b4cf08819;p=pandora-kernel.git [CPUFREQ] convert remaining cpufreq semaphore to a mutex This one fell through the automation at first because it initializes the semaphore to locked, but that's easily remedied Signed-off-by: Arjan van de Ven Signed-off-by: Dave Jones drivers/cpufreq/cpufreq.c | 37 +++++++++++++++++++------------------ include/linux/cpufreq.h | 3 ++- 2 files changed, 21 insertions(+), 19 deletions(-) --- Reading git-diff-tree failed