summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/linkage.h')
-rw-r--r--arch/powerpc/include/asm/linkage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h
index 1f00d2891d69..b71b9582e754 100644
--- a/arch/powerpc/include/asm/linkage.h
+++ b/arch/powerpc/include/asm/linkage.h
@@ -4,7 +4,7 @@
#include <asm/types.h>
-#ifdef PPC64_ELF_ABI_v1
+#ifdef CONFIG_PPC64_ELF_ABI_V1
#define cond_syscall(x) \
asm ("\t.weak " #x "\n\t.set " #x ", sys_ni_syscall\n" \
"\t.weak ." #x "\n\t.set ." #x ", .sys_ni_syscall\n")