From: Linus Walleij Date: Wed, 6 Oct 2010 10:07:28 +0000 (+0100) Subject: ARM: 6431/1: fix isb regression on CPU < v7 X-Git-Tag: v2.6.37-rc1~184^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb31a96e1e0078f1e82736ccd72a61ecabe6a4f;p=pandora-kernel.git ARM: 6431/1: fix isb regression on CPU < v7 The kernel does not compile for my ARM926EJ-S system U300 due to the isb instruction inserted in generic assember statement from commit 8925ec4c530094b878e7e28a1fd78e7122afd973, "ARM: 6385/1: setup: detect aliasing I-cache when D-cache is non-aliasing" hey the isb is only available when assembling for v7 so let's use the generic isb() macro from setup.h instead. Acked-by: Will Deacon Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed