]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/cpu/mtrr/generic.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / cpu / mtrr / generic.c
index 37f28fc7cf959674151839b73a600a01e6a3e27f..0b776c09aff38ca211ba0bfd94f52c82b4acb371 100644 (file)
@@ -462,9 +462,6 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
        *base = base_hi << (32 - PAGE_SHIFT) | base_lo >> PAGE_SHIFT;
        *type = base_lo & 0xff;
 
-       printk(KERN_DEBUG "  get_mtrr: cpu%d reg%02d base=%010lx size=%010lx %s\n",
-                       cpu, reg, *base, *size,
-                       mtrr_attrib_to_str(*type & 0xff));
 out_put_cpu:
        put_cpu();
 }