commit | 1fcccb008be12ea823aaa392758e1e41fb82de9a | [log] [tgz] |
---|---|---|
author | Jaswinder Singh <jaswinder@infradead.org> | Tue Dec 23 21:50:11 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 25 11:49:55 2008 +0100 |
tree | f4ad51ce4929f44917971cfeab38ba3c5afbb08d | |
parent | adf77bac052bb5bf0722b2ce2af9fefc5b2d2a71 [diff] |
x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32 Impact: cleanup, avoid warning on X86_64 Fixes this warning on X86_64: CC arch/x86/kernel/traps.o arch/x86/kernel/traps.c:695:5: warning: "CONFIG_X86_32" is not defined Signed-off-by: Jaswinder Singh <jaswinder@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>