diff options
author | Yinghai Lu <yinghai@kernel.org> | 2013-01-24 12:20:04 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-01-29 15:26:29 -0800 |
commit | 9ebdc79f7a177d3098b89ba8ef2dd2b235163685 (patch) | |
tree | 6b4f765d5056aa2b52ccb074bc6f9061f3264e42 /arch/x86/mm/init.c | |
parent | 084d1283986a530828b8898f206adf44d5d3146d (diff) |
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 <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1359058816-7615-24-git-send-email-yinghai@kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/mm/init.c')
0 files changed, 0 insertions, 0 deletions