From: Matthew Wilcox Date: Wed, 20 Sep 2006 01:32:42 +0000 (-0600) Subject: [PARISC] Fix CONFIG_DEBUG_SPINLOCK X-Git-Tag: v2.6.19-rc1~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d207ac0f7c9736782bfa51cff2109b74d26c3622;p=pandora-kernel.git [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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed