coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO
rdtsc.h shouldn't be included unless we really need it (and use it). Trivial. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3283 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
*/
|
||||
|
||||
#include "coreinfo.h"
|
||||
#include <arch/rdtsc.h>
|
||||
|
||||
#ifdef CONFIG_MODULE_CPUINFO
|
||||
#include <arch/rdtsc.h>
|
||||
|
||||
#define VENDOR_INTEL 0x756e6547
|
||||
#define VENDOR_AMD 0x68747541
|
||||
|
Reference in New Issue
Block a user