From: Nicolas Pitre Date: Mon, 9 Sep 2013 16:31:04 +0000 (-0400) Subject: ARM: vexpress: allow dcscb and tc2_pm in a combined ARMv6+v7 build X-Git-Tag: v3.12-rc1~26^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c78d113fb9bdb50d60519a8b5d7f56cd1a50a8f;p=pandora-kernel.git ARM: vexpress: allow dcscb and tc2_pm in a combined ARMv6+v7 build This fixes the following build error: /tmp/cce439dZ.s: Assembler messages: /tmp/cce439dZ.s:506: Error: selected processor does not support ARM mode `isb ' /tmp/cce439dZ.s:512: Error: selected processor does not support ARM mode `isb ' /tmp/cce439dZ.s:513: Error: selected processor does not support ARM mode `dsb ' /tmp/cce439dZ.s:583: Error: selected processor does not support ARM mode `isb ' /tmp/cce439dZ.s:589: Error: selected processor does not support ARM mode `isb ' /tmp/cce439dZ.s:590: Error: selected processor does not support ARM mode `dsb ' Tested-by: Guenter Roeck Signed-off-by: Nicolas Pitre Tested-by: Kevin Hilman Signed-off-by: Olof Johansson --- Reading git-diff-tree failed