diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-06-23 11:04:20 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 16:42:56 +0200 |
commit | a03a3e287b119c7bcbcff1d68f81864ce33b1ad2 (patch) | |
tree | 9a95f05e533835a57b56645190b60cdd16f134e2 /arch/i386/power | |
parent | [PATCH] i386: break out of recursion in stackframe walk (diff) | |
download | linux-a03a3e287b119c7bcbcff1d68f81864ce33b1ad2.tar.xz linux-a03a3e287b119c7bcbcff1d68f81864ce33b1ad2.zip |
[PATCH] Don't trigger full rebuild via CONFIG_X86_MCE
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/power')
-rw-r--r-- | arch/i386/power/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/power/cpu.c b/arch/i386/power/cpu.c index 63d25ca6306f..e6517915fe3e 100644 --- a/arch/i386/power/cpu.c +++ b/arch/i386/power/cpu.c @@ -11,6 +11,7 @@ #include <linux/module.h> #include <linux/suspend.h> #include <asm/mtrr.h> +#include <asm/mce.h> static struct saved_context saved_context; |