summaryrefslogtreecommitdiff
path: root/kexec/kexec-syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/kexec-syscall.h')
-rw-r--r--kexec/kexec-syscall.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kexec/kexec-syscall.h b/kexec/kexec-syscall.h
index cab5535..ce2e20b 100644
--- a/kexec/kexec-syscall.h
+++ b/kexec/kexec-syscall.h
@@ -31,12 +31,8 @@
#define __NR_kexec_load 268
#endif
#ifdef __x86_64__
-#ifdef __ILP32__
-#define __NR_kexec_load 528
-#else
#define __NR_kexec_load 246
#endif
-#endif
#ifdef __s390x__
#define __NR_kexec_load 277
#endif