commit | 7cb710c9a617384cd0ed30638f3acc00125690fc | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Sat May 27 22:39:39 2006 +0400 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jun 06 00:15:18 2006 +0100 |
tree | b73e0f3c4c2df044a049e77f4c2146af2b7327b0 | |
parent | aa32374aaa2e516a9b0719477efae0782a62a79e [diff] |
[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 <kbaidarov@ru.mvista.com> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>