From: Paul Mundt Date: Thu, 18 Feb 2010 04:26:05 +0000 (+0900) Subject: sh: Use uncached I/O helpers in PMB setup. X-Git-Tag: v2.6.34-rc1~285^2~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e450643d70b62e0192577681b227d7d5d2efa45;p=pandora-kernel.git sh: Use uncached I/O helpers in PMB setup. The PMB code is an example of something that spends an absurd amount of time running uncached when only a couple of operations really need to be. This switches over to the shiny new uncached helpers, permitting us to spend far more time running cached. Additionally, MMUCR twiddling is perfectly safe from cached space given that it's paired with a control register barrier, so fix that up, too. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed