m68k/m68knommu: clean up page.h
commit138ff3462f53a7370bef15443e623ecba1c350bf
authorGreg Ungerer <gerg@snapgear.com>
Tue, 7 Sep 2010 05:49:10 +0000 (7 15:49 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 22 Oct 2010 07:43:24 +0000 (22 09:43 +0200)
tree2a12a53579dec5c4b6f3f449be21c7ff1d00ca10
parentb0860c1d80016df82b93b926f1cff3110ccb5028
m68k/m68knommu: clean up page.h

There is a lot of common defines in the MMU and non-MMU variants of
page.h. Factor out the common stuff into the master page.h. It still
includes the underlying page_mm.h or page_no.h, but they only contain
the real differences now.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/page.h
arch/m68k/include/asm/page_mm.h
arch/m68k/include/asm/page_no.h