commit | 56660faf9e8088542e85207df45fb9c5f4dd3909 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Mon Feb 05 14:48:02 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 08 14:49:31 2007 +0000 |
tree | 6bfebe63a5510af52ec39ea55810239080a00fb0 | |
parent | e6a5d66f58431c66c79e236f722a5ad7dd959ef3 [diff] |
[ARM] 4133/1: Add ISB after changes to CP15 registers According to ARM ARM, changes to the CP15 registers are only guaranteed to be visible after an Instruction Synchronization Barrier (ISB). This patch adds the ISB at the end of set_cr and set_copro_access functions and also moves them further down in the file, below the isb macro definition. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>