commit | 213fb2a8ee81ec106b9b370a07ccad575e9d3748 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Sat May 30 14:00:16 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Sat May 30 14:00:16 2009 +0100 |
tree | ae439bbb35cfa5c96b8d658ea97359c761117e09 | |
parent | d71e1352e240dea32d481ad8d662e8de4406ac7e [diff] |
ARMv7: Enable the SWP instruction The SWP instruction has been deprecated starting with the ARMv6 architecture. On ARMv7 processors with the multiprocessor extensions (like Cortex-A9), this instruction is disabled by default but it can be enabled by setting bit 10 in the System Control register. Note that setting this bit is safe even if the ARMv7 processor has the SWP instruction enabled by default. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>