From: Dan Williams Date: Fri, 24 Oct 2008 17:21:45 +0000 (-0700) Subject: [ARM] xsc3: revert writethrough memory-type encoding change X-Git-Tag: v2.6.28-rc3~33^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bee00dbbcb1e9feb0510e9a7104b4af00adc574;p=pandora-kernel.git [ARM] xsc3: revert writethrough memory-type encoding change Commit 40df2d1d "[ARM] Update Xscale and Xscale3 PTE mappings" was fingered by git-bisect for a boot failure on iop13xx. The change made L_PTE_MT_WRITETHROUGH mappings L2-uncacheable. Russell points out that this mapping is used for the vector page. Given the regression, and the fact this page is used often, restore the old behaviour. Signed-off-by: Dan Williams --- Reading git-diff-tree failed