From: Russell King Date: Fri, 3 Apr 2015 10:32:34 +0000 (+0100) Subject: ARM: cache-v7: optimise test for Cortex A9 r0pX devices X-Git-Tag: omap-for-v4.2/o2_dc~132^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf4b5d92ce8299a363f1c0d7dc00aafde532e56;p=pandora-kernel.git ARM: cache-v7: optimise test for Cortex A9 r0pX devices Eliminate one unnecessary instruction from this test by pre-shifting the Cortex A9 ID - we can shift the actual ID in the teq instruction thereby losing the pX bit of the ID at no cost. Reviewed-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed