linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Diego Calleja García" <diegocg@teleline.es>
To: linux-kernel@vger.kernel.org
Cc: Christoph Hellwig <hch@infradead.org>
Subject: [PATCH] Remove mtrr version printk
Date: Mon, 14 Jul 2003 20:37:50 +0200	[thread overview]
Message-ID: <20030714203750.0598dd36.diegocg@teleline.es> (raw)
In-Reply-To: <20030713102543.B24901@infradead.org>

El Sun, 13 Jul 2003 10:25:43 +0100 Christoph Hellwig <hch@infradead.org> escribió:

> Just rip out the whole printk then.  Componentes that are maintained inside
> the kernel tree don't need version numbers.



So I guess this would be right.


diff -puN arch/i386/kernel/cpu/mtrr/main.c~nuke_mtrrver arch/i386/kernel/cpu/mtrr/main.c
--- unsta.moo/arch/i386/kernel/cpu/mtrr/main.c~nuke_mtrrver	2003-07-14 20:29:53.000000000 +0200
+++ unsta.moo-diego/arch/i386/kernel/cpu/mtrr/main.c	2003-07-14 20:34:28.000000000 +0200
@@ -44,8 +44,6 @@
 #include <asm/msr.h>
 #include "mtrr.h"
 
-#define MTRR_VERSION            "2.0 (20020519)"
-
 u32 num_var_ranges = 0;
 
 unsigned int *usage_table;
@@ -677,7 +675,6 @@ static int __init mtrr_init(void)
 			break;
 		}
 	}
-	printk("mtrr: v%s\n",MTRR_VERSION);
 
 	if (mtrr_if) {
 		set_num_var_ranges();

_

      reply	other threads:[~2003-07-14 18:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13  7:32 2.5 and devfs versioning Andrey Borzenkov
2003-07-13  9:25 ` Christoph Hellwig
2003-07-14 18:37   ` Diego Calleja García [this message]

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=20030714203750.0598dd36.diegocg@teleline.es \
    --to=diegocg@teleline.es \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).