• C
    ARMv7: Enable the SWP instruction · 213fb2a8
    Catalin Marinas 提交于
    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: NCatalin Marinas <catalin.marinas@arm.com>
    213fb2a8
proc-v7.S 7.3 KB