[PATCH] x86: don't bother printing compat vdso address

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ingo Molnar <mingo@...>
Cc: Gerhard Mack <gmack@...>, Jiri Kosina <jkosina@...>, <linux-kernel@...>
Date: Monday, April 28, 2008 - 2:05 pm

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>
---
 arch/x86/vdso/vdso32-setup.c |    2 --
 1 file changed, 2 deletions(-)

===================================================================
--- a/arch/x86/vdso/vdso32-setup.c
+++ b/arch/x86/vdso/vdso32-setup.c
@@ -303,8 +303,6 @@
 
 #ifdef CONFIG_X86_32
 	gate_vma_init();
-
-	printk("Compat vDSO mapped to %08lx.\n", __fix_to_virt(FIX_VDSO));
 #endif
 
 	if (!vdso32_sysenter()) {



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6.25] compat VDSO option not disabling, Gerhard Mack, (Thu Apr 24, 12:49 pm)
Re: [2.6.25] compat VDSO option not disabling, Jiri Kosina, (Fri Apr 25, 10:33 am)
Re: [2.6.25] compat VDSO option not disabling, Gerhard Mack, (Sat Apr 26, 12:15 pm)
Re: [2.6.25] compat VDSO option not disabling, Jeremy Fitzhardinge, (Sun Apr 27, 1:10 am)
Re: [2.6.25] compat VDSO option not disabling, Gerhard Mack, (Mon Apr 28, 11:46 am)
Re: [2.6.25] compat VDSO option not disabling, Jeremy Fitzhardinge, (Mon Apr 28, 1:00 pm)
Re: [2.6.25] compat VDSO option not disabling, Gerhard Mack, (Mon Apr 28, 1:24 pm)
[PATCH] x86: don't bother printing compat vdso address, Jeremy Fitzhardinge, (Mon Apr 28, 2:05 pm)