commit | cbb8fc07974073543fdc61da23713ab49ddd3ced | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Wed Dec 06 16:48:28 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Dec 12 01:46:24 2006 +0000 |
tree | b7f2bf310dd2ae832c6b158d56f9124a18b0bc52 | |
parent | b228f4c54df37b53c6f364aa7f3efa4280bcc4f0 [diff] |
[MIPS] paging_init(): use highend_pfn/highstart_pfn This patch makes paging_init() use highend_pfn/highstart_pfn globals. It removes the need of 'high' local which was needed only by HIGHMEM config. More important perhaps, it fixes a bug when HIGHMEM is set but there's actually no physical highmem (highend_pfn = 0) Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>