commit | 4a9cb360197684a861bc06f06d33d5fcc8ffcbf5 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 10 15:25:18 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 10 15:25:18 2011 +0000 |
tree | e83a6ecf2fd04ac3535a07a19fc645c1949f0698 | |
parent | 0193c00e85a35ceee7856c89c25b34d5752e0baa [diff] |
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>