[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: Dave Jones <davej@redhat.com>
This commit is contained in:
Dave Jones 2006-01-05 19:31:51 -08:00
Родитель c32017a43d
Коммит 2f27f81758
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -44,8 +44,6 @@
#include <asm/msr.h> #include <asm/msr.h>
#include "mtrr.h" #include "mtrr.h"
#define MTRR_VERSION "2.0 (20020519)"
u32 num_var_ranges = 0; u32 num_var_ranges = 0;
unsigned int *usage_table; unsigned int *usage_table;
@ -671,7 +669,6 @@ void __init mtrr_bp_init(void)
break; break;
} }
} }
printk(KERN_INFO "mtrr: v%s\n",MTRR_VERSION);
if (mtrr_if) { if (mtrr_if) {
set_num_var_ranges(); set_num_var_ranges();