From: Catalin Marinas Date: Mon, 5 Feb 2007 13:48:02 +0000 (+0100) Subject: [ARM] 4133/1: Add ISB after changes to CP15 registers X-Git-Tag: v2.6.21-rc1~75^2~6^6~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56660faf9e8088542e85207df45fb9c5f4dd3909;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed