diff options
author | Jan Beulich <JBeulich@novell.com> | 2010-04-21 15:23:44 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-04-28 17:25:53 -0700 |
commit | 6fc108a08dcddf8f9113cc7102ddaacf7ed37a6b (patch) | |
tree | f603e401149d7c5c64617e9e940d7da070ba9adf /arch/x86/include/asm | |
parent | 47f9fe26299ae022ac1e3fa12e7e73def62b7898 (diff) |
x86: Clean up arch/x86/Kconfig*
No functional change intended.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <4BCF2690020000780003B340@vpn.id2.novell.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/boot.h b/arch/x86/include/asm/boot.h index 7a1065958ba..3b62ab56c7a 100644 --- a/arch/x86/include/asm/boot.h +++ b/arch/x86/include/asm/boot.h @@ -24,7 +24,7 @@ #define MIN_KERNEL_ALIGN (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2) #if (CONFIG_PHYSICAL_ALIGN & (CONFIG_PHYSICAL_ALIGN-1)) || \ - (CONFIG_PHYSICAL_ALIGN < (_AC(1, UL) << MIN_KERNEL_ALIGN_LG2)) + (CONFIG_PHYSICAL_ALIGN < MIN_KERNEL_ALIGN) #error "Invalid value for CONFIG_PHYSICAL_ALIGN" #endif |