Comments
Patch
Drop <cpu/amd/mtrr.h> #include from Intel CPUs.
Three CAR implementations on Intel CPUs include <cpu/amd/mtrr.h>, which
is obviously wrong, so drop the #includes. None of their #defines are used
in the Intel code.
Build-tested with two of the affected boards.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
===================================================================
@@ -23,7 +23,6 @@
#include <cpu/x86/stack.h>
#include <cpu/x86/mtrr.h>
-#include <cpu/amd/mtrr.h>
/* Save the BIST result */
movl %eax, %ebp
===================================================================
@@ -23,7 +23,6 @@
#include <cpu/x86/stack.h>
#include <cpu/x86/mtrr.h>
-#include <cpu/amd/mtrr.h>
/* Save the BIST result */
movl %eax, %ebp
===================================================================
@@ -23,7 +23,6 @@
#include <cpu/x86/stack.h>
#include <cpu/x86/mtrr.h>
-#include <cpu/amd/mtrr.h>
/* Save the BIST result */
movl %eax, %ebp