[CPUFREQ] convert remaining cpufreq semaphore to a mutex
authorArjan van de Ven <arjan@infradead.org>
Sat, 14 Jan 2006 15:01:49 +0000 (16:01 +0100)
committerDave Jones <davej@redhat.com>
Wed, 18 Jan 2006 21:53:45 +0000 (13:53 -0800)
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 <arjan@infradead.org>
Signed-off-by: Dave Jones <davej@redhat.com>
 drivers/cpufreq/cpufreq.c |   37 +++++++++++++++++++------------------
 include/linux/cpufreq.h   |    3 ++-
 2 files changed, 21 insertions(+), 19 deletions(-)


No differences found