summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2008-04-28 20:05:07 +0200
committerIngo Molnar2008-04-30 23:15:34 +0200
commita4c863f497e640e049083e1b3a1f3723cb766da9 (patch)
treef9bafaf5301f677c88981e59b6eff77d3cfe6418 /arch/x86/vdso
parentfix: x86: support for new UV apic (diff)
downloadkernel-qcow2-linux-a4c863f497e640e049083e1b3a1f3723cb766da9.tar.gz
kernel-qcow2-linux-a4c863f497e640e049083e1b3a1f3723cb766da9.tar.xz
kernel-qcow2-linux-a4c863f497e640e049083e1b3a1f3723cb766da9.zip
x86: don't bother printing compat vdso address
The kernel prints the compat vdso address regardless of whether compat vdso mode is enabled or not, which is confusing. Given that this isn't very interesting information anyway, just remove the printk. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Gerhard Mack <gmack@innerfire.net> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/vdso')
-rw-r--r--arch/x86/vdso/vdso32-setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c
index e2af8eee80e3..4dceeb1fc5e0 100644
--- a/arch/x86/vdso/vdso32-setup.c
+++ b/arch/x86/vdso/vdso32-setup.c
@@ -303,8 +303,6 @@ int __init sysenter_setup(void)
#ifdef CONFIG_X86_32
gate_vma_init();
-
- printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
#endif
if (!vdso32_sysenter()) {