x86: don't bother printing compat vdso address
authorJeremy Fitzhardinge <[email protected]>
Mon, 28 Apr 2008 18:05:07 +0000 (11:05 -0700)
committerIngo Molnar <[email protected]>
Wed, 30 Apr 2008 21:15:34 +0000 (23:15 +0200)
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 <[email protected]>
Cc: Gerhard Mack <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/vdso/vdso32-setup.c

index e2af8eee80e35b2915c461b469be6c0a4eb0f804..4dceeb1fc5e0f229305c983d39c8cf6497b5a409 100644 (file)
@@ -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()) {