ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTE
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 14 Feb 2011 11:58:04 +0000 (12:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 14 Feb 2011 19:46:56 +0000 (19:46 +0000)
With LPAE we no longer have software bits in a separate Linux PTE and
the early_pte_alloc() function should pass PTE_HWTABLE_OFF +
PTE_HWTABLE_SIZE to early_alloc() to avoid allocating extra memory.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found