From patchwork Sat Sep 25 12:16:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Drop #include from Intel CPUs Date: Sat, 25 Sep 2010 12:16:08 -0000 From: Uwe Hermann X-Patchwork-Id: 1975 Message-Id: <20100925121607.GL3256@greenwood> To: coreboot@coreboot.org See patch. Uwe. Acked-by: Patrick Georgi Drop #include from Intel CPUs. Three CAR implementations on Intel CPUs include , 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 Index: src/cpu/intel/model_6ex/cache_as_ram.inc =================================================================== --- src/cpu/intel/model_6ex/cache_as_ram.inc (Revision 5839) +++ src/cpu/intel/model_6ex/cache_as_ram.inc (Arbeitskopie) @@ -23,7 +23,6 @@ #include #include -#include /* Save the BIST result */ movl %eax, %ebp Index: src/cpu/intel/model_106cx/cache_as_ram.inc =================================================================== --- src/cpu/intel/model_106cx/cache_as_ram.inc (Revision 5839) +++ src/cpu/intel/model_106cx/cache_as_ram.inc (Arbeitskopie) @@ -23,7 +23,6 @@ #include #include -#include /* Save the BIST result */ movl %eax, %ebp Index: src/cpu/intel/model_6fx/cache_as_ram.inc =================================================================== --- src/cpu/intel/model_6fx/cache_as_ram.inc (Revision 5839) +++ src/cpu/intel/model_6fx/cache_as_ram.inc (Arbeitskopie) @@ -23,7 +23,6 @@ #include #include -#include /* Save the BIST result */ movl %eax, %ebp