sh: Abstract the number of page table levels
authorMatt Fleming <matt@console-pimps.org>
Wed, 25 Nov 2009 22:00:08 +0000 (22:00 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 17 Dec 2009 05:31:15 +0000 (14:31 +0900)
commitb73c806341cfc7492ede6a2ce713cb579547d0ab
tree9318727eab90409f518c95031445063e93c0a651
parent2f7bb2dfed3b15b388c88250b66f590aabc438da
sh: Abstract the number of page table levels

Keep the dimensions of the page tables in a separate header file in
preparation for allowing a three level page table structure.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/pgalloc.h
arch/sh/include/asm/pgalloc_nopmd.h [new file with mode: 0644]
arch/sh/include/asm/pgtable.h
arch/sh/include/asm/pgtable_nopmd.h [new file with mode: 0644]