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