Skip to content

Commit

Permalink
x86: Remove unused config macros from instruction decoder selftest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masami Hiramatsu authored and Frederic Weisbecker committed Sep 4, 2009
1 parent 50a482f commit 7006957
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/x86/tools/test_get_len.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
#include <string.h>
#include <assert.h>

#ifdef __x86_64__
#define CONFIG_X86_64
#else
#define CONFIG_X86_32
#endif
#define unlikely(cond) (cond)

#include <asm/insn.h>
Expand Down

0 comments on commit 7006957

Please sign in to comment.