This hurts more than it helps. byebye
authorStefan Reinauer <stepan@openbios.org>
Wed, 3 Nov 2004 00:10:15 +0000 (00:10 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 3 Nov 2004 00:10:15 +0000 (00:10 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1735 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/x86/mtrr/earlymtrr.c

index 74e0a64dcea92c67e00456c897891127fa33d80f..bf8058069c703f58f060e0815291415ce931c2f8 100644 (file)
@@ -79,8 +79,6 @@ static void do_early_mtrr_init(const unsigned long *mtrr_msrs)
        const unsigned long *msr_addr;
        unsigned long cr0;
 
-       print_spew("Clearing mtrr\r\n");
-
        /* Inialize all of the relevant msrs to 0 */
        msr.lo = 0;
        msr.hi = 0;