diff options
author | Gabe Black <gabeblack@chromium.org> | 2011-11-16 23:32:50 +0000 |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-11-29 21:30:51 +1100 |
commit | 60a9b6bfddbe1e3ae280fe5422ccd283bc31a591 (patch) | |
tree | a1cd47b0ca6f0fd8822e30cbdef9dfa6b2c4be7e /arch/x86/cpu/cpu.c | |
parent | 769db03a4a4ea1dc7e43c089c2227a0c8b4ffcbc (diff) | |
download | u-boot-imx-60a9b6bfddbe1e3ae280fe5422ccd283bc31a591.zip u-boot-imx-60a9b6bfddbe1e3ae280fe5422ccd283bc31a591.tar.gz u-boot-imx-60a9b6bfddbe1e3ae280fe5422ccd283bc31a591.tar.bz2 |
x86: Fix a few recently added bugs
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
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 48d2f7a..61d0b69 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c @@ -37,6 +37,7 @@ #include <asm/processor.h> #include <asm/processor-flags.h> #include <asm/interrupt.h> +#include <linux/compiler.h> /* * Constructor for a conventional segment GDT (or LDT) entry |