diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/tools/test_get_len.c | 5 |
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 a3273f4244d5..376d33852191 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> |