aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/tools/test_get_len.c
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@redhat.com>2009-08-28 18:13:26 -0400
committerFrederic Weisbecker <fweisbec@gmail.com>2009-09-04 12:14:15 -0400
commit70069577323e6f72b845166724f34b9858134437 (patch)
tree4848e0e70d47c47e1d6dd76dfa25bbad38e4a317 /arch/x86/tools/test_get_len.c
parent50a482fbd96943516b7a2783900e8fe61a6425e7 (diff)
x86: Remove unused config macros from instruction decoder selftest
Remove dummy definitions of CONFIG_X86_64 and CONFIG_X86_32 because those macros are not used in the instruction decoder anymore. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> Cc: Jim Keniston <jkenisto@us.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> LKML-Reference: <20090828221326.8778.70723.stgit@localhost.localdomain> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Diffstat (limited to 'arch/x86/tools/test_get_len.c')
-rw-r--r--arch/x86/tools/test_get_len.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/tools/test_get_len.c b/arch/x86/tools/test_get_len.c
index a3273f4244d..376d3385219 100644
--- a/arch/x86/tools/test_get_len.c
+++ b/arch/x86/tools/test_get_len.c
@@ -21,11 +21,6 @@
21#include <string.h> 21#include <string.h>
22#include <assert.h> 22#include <assert.h>
23 23
24#ifdef __x86_64__
25#define CONFIG_X86_64
26#else
27#define CONFIG_X86_32
28#endif
29#define unlikely(cond) (cond) 24#define unlikely(cond) (cond)
30 25
31#include <asm/insn.h> 26#include <asm/insn.h>