ARM: Fix build error for SMP=n builds
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 3 Aug 2011 23:01:00 +0000 (00:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 4 Aug 2011 07:24:29 +0000 (08:24 +0100)
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 <rmk+kernel@arm.linux.org.uk>

No differences found