From: Jeremy Fitzhardinge Date: Mon, 28 Apr 2008 18:05:07 +0000 (-0700) Subject: x86: don't bother printing compat vdso address X-Git-Tag: upstream/snapshot3+hdmi~25263^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4c863f497e640e049083e1b3a1f3723cb766da9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Cc: Gerhard Mack Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c index e2af8ee..4dceeb1 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()) {