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)
commit4a9cb360197684a861bc06f06d33d5fcc8ffcbf5
treee83a6ecf2fd04ac3535a07a19fc645c1949f0698
parent0193c00e85a35ceee7856c89c25b34d5752e0baa
ARM: fixup SMP alternatives in modules

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>
arch/arm/kernel/head.S
arch/arm/kernel/module.c
This page took 0.024798 seconds and 5 git commands to generate.