diff options
Diffstat (limited to 'arch/x86/cpu/cpu.c')
-rw-r--r-- | arch/x86/cpu/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 71351262f6..9c4edfcbfd 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c @@ -37,6 +37,7 @@ #include <asm/control_regs.h> #include <asm/coreboot_tables.h> #include <asm/cpu.h> +#include <asm/global_data.h> #include <asm/lapic.h> #include <asm/microcode.h> #include <asm/mp.h> |