* [PATCH] x86-64: don't export init_level4_pgt
@ 2010-04-21 15:19 Jan Beulich
2010-04-29 1:24 ` [tip:x86/cleanups] x86-64: Don't " tip-bot for Jan Beulich
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2010-04-21 15:19 UTC (permalink / raw)
To: mingo, tglx, hpa; +Cc: linux-kernel
It's not used by any module, and ix86 (as well as some other arches)
also doesn't export its equivalent (swapper_pg_dir).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
---
arch/x86/kernel/x8664_ksyms_64.c | 1 -
1 file changed, 1 deletion(-)
--- linux-2.6.34-rc5/arch/x86/kernel/x8664_ksyms_64.c 2010-04-20 16:07:32.000000000 +0200
+++ 2.6.34-rc5-x86_64-unexport-init_level4_pgt/arch/x86/kernel/x8664_ksyms_64.c 2010-04-15 11:55:40.000000000 +0200
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/cleanups] x86-64: Don't export init_level4_pgt
2010-04-21 15:19 [PATCH] x86-64: don't export init_level4_pgt Jan Beulich
@ 2010-04-29 1:24 ` tip-bot for Jan Beulich
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jan Beulich @ 2010-04-29 1:24 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, jbeulich, JBeulich, tglx
Commit-ID: 47f9fe26299ae022ac1e3fa12e7e73def62b7898
Gitweb: http://git.kernel.org/tip/47f9fe26299ae022ac1e3fa12e7e73def62b7898
Author: Jan Beulich <JBeulich@novell.com>
AuthorDate: Wed, 21 Apr 2010 16:19:57 +0100
Committer: H. Peter Anvin <hpa@zytor.com>
CommitDate: Wed, 28 Apr 2010 17:25:47 -0700
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>
---
arch/x86/kernel/x8664_ksyms_64.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/x8664_ksyms_64.c b/arch/x86/kernel/x8664_ksyms_64.c
index 693920b..1b950d1 100644
--- a/arch/x86/kernel/x8664_ksyms_64.c
+++ b/arch/x86/kernel/x8664_ksyms_64.c
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-29 1:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-21 15:19 [PATCH] x86-64: don't export init_level4_pgt Jan Beulich
2010-04-29 1:24 ` [tip:x86/cleanups] x86-64: Don't " tip-bot for Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome