From: Will Deacon Date: Wed, 26 Jun 2013 16:03:40 +0000 (+0100) Subject: ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUs X-Git-Tag: v3.13-rc1~103^2~1^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f57aa4bc5860df68d4c332d2a89c131417ee7b;p=pandora-kernel.git ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUs SMP ARMv7 CPUs implement the pldw instruction, which allows them to prefetch data cachelines in an exclusive state. This patch defines the prefetchw macro using pldw for CPUs that support it. Acked-by: Nicolas Pitre Signed-off-by: Will Deacon --- Reading git-diff-tree failed