[coreboot] New patch to review for coreboot: 1989fd3 MTRR: drop repetetive debug message

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Jul 23 23:20:39 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1272

-gerrit

commit 1989fd38fdd5695c188f3c188b0176d748f70fdd
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Jun 6 13:46:26 2012 -0700

    MTRR: drop repetetive debug message
    
    It's not really useful anymore I guess, and it makes the log files
    harder to read. Hence dropping it.
    
    Change-Id: If4c3e8b40ae491ca527ef62f8145206960f6579d
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/cpu/x86/mtrr/mtrr.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/cpu/x86/mtrr/mtrr.c b/src/cpu/x86/mtrr/mtrr.c
index 77fdb6f..fdc7aa6 100644
--- a/src/cpu/x86/mtrr/mtrr.c
+++ b/src/cpu/x86/mtrr/mtrr.c
@@ -114,8 +114,6 @@ static void set_var_mtrr(
 	base.hi = basek >> 22;
 	base.lo  = basek << 10;
 
-	printk(BIOS_SPEW, "ADDRESS_MASK_HIGH=%#x\n", address_mask_high);
-
 	if (sizek < 4*1024*1024) {
 		mask.hi = address_mask_high;
 		mask.lo = ~((sizek << 10) -1);




More information about the coreboot mailing list