From: Catalin Marinas Date: Mon, 14 Feb 2011 11:58:04 +0000 (+0100) Subject: ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTE X-Git-Tag: v2.6.39-rc1~100^2~2^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=410f14837a92177242a403c20d0a0906fe357019;p=pandora-kernel.git ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTE 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 Signed-off-by: Russell King --- Reading git-diff-tree failed