summaryrefslogtreecommitdiff
path: root/kexec/kexec-syscall.h
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2015-05-01 10:13:09 +0900
committerSimon Horman <horms@verge.net.au>2015-05-01 10:13:09 +0900
commit5041d45b1c6b66a0e6c48f6121c24cd9be506c68 (patch)
treeb802391b0a7bc68dd4b8b9cec37ca4d4cb0828e9 /kexec/kexec-syscall.h
parent4a837c9a19f9d5f07778906c6fe64d429d7c1ed7 (diff)
Revert "x86_64: Add support to build kexec-tools with x32 ABI"
This reverts commit 5edcbfd1368e84fce913ceeeca7b712c524dc20d. Yinghai Lu has reported on the kexec mailing list that this causes the following problem when using kexec load with kexec built on openSUSE 13.1 64bit. overflow in relocation type R_X86_64_32 val 21dffc020
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