[coreboot-gerrit] New patch to review for coreboot: c61a05e lib/timestamp.c: Build fix for missing tsc_t struct.

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Wed Jan 29 01:50:36 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5078

-gerrit

commit c61a05eed842f585c53a4622a70c69689ea0a0b4
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Jan 29 11:48:59 2014 +1100

    lib/timestamp.c: Build fix for missing tsc_t struct.
    
    Missing include file.
    
    Change-Id: Ib74b1caab3a7e34557c8e9e88d7b60a95fb25fba
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/lib/timestamp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c
index 678f38e..ae37987 100644
--- a/src/lib/timestamp.c
+++ b/src/lib/timestamp.c
@@ -22,6 +22,7 @@
 #include <console/console.h>
 #include <cbmem.h>
 #include <timestamp.h>
+#include <cpu/x86/tsc.h>
 #include <arch/early_variables.h>
 #include <cpu/x86/lapic.h>
 



More information about the coreboot-gerrit mailing list