[coreboot-gerrit] New patch to review for coreboot: 8d4a56a include/cpu/amd/mtrr.h: Missing header for 'msr_t' type

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Jun 28 18:07:32 CEST 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/6156

-gerrit

commit 8d4a56ae2452ae971d0f5ac22c56e570e2b09684
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun Jun 29 02:04:21 2014 +1000

    include/cpu/amd/mtrr.h: Missing header for 'msr_t' type
    
    Permuting inclusion of this header with others can result in build
    failures.
    
    Change-Id: Ied453a432b64801646e2a40df014a522db643aae
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/include/cpu/amd/mtrr.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/cpu/amd/mtrr.h b/src/include/cpu/amd/mtrr.h
index a9e672b..d8d1513 100644
--- a/src/include/cpu/amd/mtrr.h
+++ b/src/include/cpu/amd/mtrr.h
@@ -1,6 +1,8 @@
 #ifndef CPU_AMD_MTRR_H
 #define CPU_AMD_MTRR_H
 
+#include <cpu/x86/msr.h>
+
 #define IORR_FIRST 0xC0010016
 #define IORR_LAST  0xC0010019
 



More information about the coreboot-gerrit mailing list