Skip to content

Commit

Permalink
[X86] Remove pointless versioning of mtrr driver.
Browse files Browse the repository at this point in the history
It's not like this has changed significantly, and probably never will.
Reduce some bootup dmesg noise.

Signed-off-by: Dave Jones <davej@redhat.com>
  • Loading branch information
Dave Jones committed Jan 6, 2006
1 parent c32017a commit 2f27f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/i386/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -671,7 +669,6 @@ void __init mtrr_bp_init(void)
break;
}
}
printk(KERN_INFO "mtrr: v%s\n",MTRR_VERSION);

if (mtrr_if) {
set_num_var_ranges();
Expand Down

0 comments on commit 2f27f81

Please sign in to comment.