From: Paul Mundt Date: Wed, 9 Sep 2009 05:10:28 +0000 (+0900) Subject: sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page(). X-Git-Tag: v2.6.33-rc1~347^2~27^2~104^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c9efde786252112cc3d04a1ed3513b6ec63a7b;p=pandora-kernel.git sh: Kill off broken PHYSADDR() usage in sh4_flush_dcache_page(). PHYSADDR() runs in to issues in 32-bit mode when we do not have the legacy P1/P2 areas mapped, as such, we need to use page_to_phys() directly, which also happens to do the right thing in legacy 29-bit mode. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed