From: Russell King Date: Wed, 3 Aug 2011 23:01:00 +0000 (+0100) Subject: ARM: Fix build error for SMP=n builds X-Git-Tag: v3.1-rc2~29^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20feaab0323cc062b298c12e77869424df05f31f;p=pandora-kernel.git ARM: Fix build error for SMP=n builds Unfortunately, the module fixups cause the kernel to fail to build when SMP is not enabled. Fix this by removing the reference to fixup_smp on non-SMP fixup kernels, but ensuring that if we do have the SMP fixup section, we refuse to load the module. Signed-off-by: Russell King --- Reading git-diff-tree failed