Commit 2f27f817 authored by Dave Jones's avatar Dave Jones

[X86] Remove pointless versioning of mtrr driver.

It's not like this has changed significantly, and probably never will.
Reduce some bootup dmesg noise.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent c32017a4
......@@ -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;
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment