bkl: Fixup core_lock fallout
authorThomas Gleixner <tglx@linutronix.de>
Tue, 17 Nov 2009 13:45:06 +0000 (14:45 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Dec 2009 22:55:33 +0000 (23:55 +0100)
commitfa4062e7eae8f484c90b9cdd850b5df39ab0e5a0
tree406659ff701c107cf1c405d6381451bf77df2b78
parent9c1721aa4994f6625decbd915241f3a94ee2fe67
bkl: Fixup core_lock fallout

kernel_lock.c emits a warning because a raw spinlock function is used
with a spinlock. Convert BKL to raw_spinlock.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
lib/kernel_lock.c