public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Gerhard Mack <gmack@innerfire.net>, Jiri Kosina <jkosina@suse.cz>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] x86: don't bother printing compat vdso address
Date: Mon, 28 Apr 2008 11:05:07 -0700	[thread overview]
Message-ID: <481611D3.9020302@goop.org> (raw)
In-Reply-To: <alpine.DEB.1.10.0804281322200.17060@mtl.rackplans.net>

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()) {




  reply	other threads:[~2008-04-28 18:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 16:49 [2.6.25] compat VDSO option not disabling Gerhard Mack
2008-04-25 14:33 ` Jiri Kosina
2008-04-26 16:15   ` Gerhard Mack
2008-04-27  5:10     ` Jeremy Fitzhardinge
2008-04-28 15:46       ` Gerhard Mack
2008-04-28 17:00         ` Jeremy Fitzhardinge
2008-04-28 17:24           ` Gerhard Mack
2008-04-28 18:05             ` Jeremy Fitzhardinge [this message]
2008-04-29 10:01               ` [PATCH] x86: don't bother printing compat vdso address Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481611D3.9020302@goop.org \
    --to=jeremy@goop.org \
    --cc=gmack@innerfire.net \
    --cc=jkosina@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox