mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
x86-64: Don't export init_level4_pgt
It's not used by any module, and i386 (as well as some other arches) also doesn't export its equivalent (swapper_pg_dir). Signed-off-by: Jan Beulich <jbeulich@novell.com> LKML-Reference: <4BCF33BD020000780003B3E4@vpn.id2.novell.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
1d16b0f2f3
commit
47f9fe2629
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ EXPORT_SYMBOL(memcpy);
|
|||
EXPORT_SYMBOL(__memcpy);
|
||||
|
||||
EXPORT_SYMBOL(empty_zero_page);
|
||||
EXPORT_SYMBOL(init_level4_pgt);
|
||||
#ifndef CONFIG_PARAVIRT
|
||||
EXPORT_SYMBOL(native_load_gs_index);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue