Skip to content

Commit

Permalink
x86: don't bother printing compat vdso address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Apr 30, 2008
1 parent f6c133f commit a4c863f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/vdso/vdso32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit a4c863f

Please sign in to comment.