aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/elf.h')
-rw-r--r--include/asm-um/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-um/elf.h b/include/asm-um/elf.h
index b3a7258f9971..7908f8fe8231 100644
--- a/include/asm-um/elf.h
+++ b/include/asm-um/elf.h
@@ -13,7 +13,7 @@ extern long elf_aux_hwcap;
#define elf_check_arch(x) (1)
-#ifdef CONFIG_64_BIT
+#ifdef CONFIG_64BIT
#define ELF_CLASS ELFCLASS64
#else
#define ELF_CLASS ELFCLASS32