[PARISC] Fix CONFIG_DEBUG_SPINLOCK
authorMatthew Wilcox <matthew@wil.cx>
Wed, 20 Sep 2006 01:32:42 +0000 (19:32 -0600)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:50:46 +0000 (06:50 -0600)
commitd207ac0f7c9736782bfa51cff2109b74d26c3622
tree2f603d68170180994a95024beb8f7be925a60743
parent32f468139209459c3293a0895cf5b8e66ccc30a5
[PARISC] Fix CONFIG_DEBUG_SPINLOCK

Joel Soete points out that we refer to pa_tlb_lock but only define it if
CONFIG_SMP which breaks a uniprocessor build with CONFIG_DEBUG_SPINLOCK
enabled.  No module refers to pa_tlb_lock, so we can delete the export.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/cache.c