spinlock: Add missing __raw_spin_lock_flags() stub for UP
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 10 Jun 2009 06:59:46 +0000 (16:59 +1000)
committerIngo Molnar <mingo@elte.hu>
Wed, 10 Jun 2009 09:48:14 +0000 (11:48 +0200)
This was only defined with CONFIG_DEBUG_SPINLOCK set, but some
obscure arch/powerpc code wants it always.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found