From: Jaswinder Singh Date: Tue, 23 Dec 2008 16:20:11 +0000 (+0530) Subject: x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32 X-Git-Tag: v2.6.29-rc1~587^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fcccb008be12ea823aaa392758e1e41fb82de9a;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed