ARM: fixup SMP alternatives in modules
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 10 Feb 2011 15:25:18 +0000 (15:25 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 10 Feb 2011 15:25:18 +0000 (15:25 +0000)
With certain configurations, we inline the unlock functions in modules,
which results in SMP alternatives being created in modules.  We need to
fix those up when loading a module to prevent undefined instruction
faults.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found