From: Yinghai Lu Date: Thu, 24 Jan 2013 20:19:46 +0000 (-0800) Subject: x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd X-Git-Tag: v3.9-rc1~105^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2bdee594ebcf4a531afe795baf18da509438392;p=pandora-kernel.git x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd Just like the way we calculate next for pud and pmd, aka round down and add size. Also, do not do boundary-checking with 'next', and just pass 'end' down to phys_pud_init() instead. Because the loop in phys_pud_init() stops at PTRS_PER_PUD and thus can handle a possibly bigger 'end' properly. Signed-off-by: Yinghai Lu Link: http://lkml.kernel.org/r/1359058816-7615-6-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed