From: Yinghai Lu Date: Thu, 24 Jan 2013 20:20:04 +0000 (-0800) Subject: x86, kexec: Replace ident_mapping_init and init_level4_page X-Git-Tag: v3.9-rc1~105^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ebdc79f7a177d3098b89ba8ef2dd2b235163685;p=pandora-kernel.git x86, kexec: Replace ident_mapping_init and init_level4_page Now ident_mapping_init is checking if pgd/pud is present for every 2M, so several 2Ms are in same PUD, it will keep checking if pud is there with same pud. init_level4_page just does not check existing pgd/pud. We could use generic mapping_init with different settings in info to replace those two local grown version functions. Signed-off-by: Yinghai Lu Link: http://lkml.kernel.org/r/1359058816-7615-24-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed