From: Sergei Shtylyov Date: Sat, 27 May 2006 18:39:39 +0000 (+0400) Subject: [MIPS] Fix non-linear memory mapping on MIPS X-Git-Tag: v2.6.17-rc6~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb710c9a617384cd0ed30638f3acc00125690fc;p=pandora-kernel.git [MIPS] Fix non-linear memory mapping on MIPS Fix the non-linear memory mapping done via remap_file_pages() -- it didn't work on any MIPS CPU because the page offset clashing with _PAGE_FILE and some other page protection bits which should have been left zeros for this kind of pages. Signed-off-by: Konstantin Baydarov Signed-off-by: Sergei Shtylyov Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed