[PATCH] ARM: Move PGD kernel page table initialisation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Mon, 27 Jun 2005 13:08:56 +0000 (14:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 27 Jun 2005 13:08:56 +0000 (14:08 +0100)
commita343e6075a396e07eeff52c0da5629c8fd396be2
tree8ee3bcc2d24acb24476e683eea6c4662fb90f514
parent2ea83398b75309d8fdc999c4bb252e72d7e4fd9d
[PATCH] ARM: Move PGD kernel page table initialisation

It doesn't make sense to have the PGD kernel pointers initialisation
separate from the PGD user pointers, especially when we clean the
data cache over the whole range.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mm-armv.c