From: Grazvydas Ignotas Date: Tue, 30 Jun 2015 22:38:10 +0000 (+0300) Subject: ARM: dma-mapping: avoid speculative prefetching fix X-Git-Tag: sz_173~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f3b5e57de448bfd744a174b6611ce38bf52c776;p=pandora-kernel.git ARM: dma-mapping: avoid speculative prefetching fix This partially reverts 2ffe2da3e71652d4f4cae19539b5c78c2a239136. Cortex-A8 doesn't seem to be doing any speculative data prefetching, there is no mention of this in the manual (unlike as for A9), only instruction prefetch is mentioned. For us this fix is only causing useless performance penalty, avoid it. The 2.6.27 kernel we used before didn't have this fix and all seemed to be fine. --- Reading git-diff-tree failed