diff options
Diffstat (limited to 'meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch')
-rw-r--r-- | meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch b/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch index b36a476d82..6e43b76096 100644 --- a/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch +++ b/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | |||
@@ -285,7 +285,7 @@ Index: kexec-tools-1.101/kexec/kexec-syscall.h | |||
285 | #define __NR_kexec_load 246 | 285 | #define __NR_kexec_load 246 |
286 | #endif | 286 | #endif |
287 | +#ifdef __arm__ | 287 | +#ifdef __arm__ |
288 | +#define __NR_kexec_load __NR_SYSCALL_BASE + 189 | 288 | +#define __NR_kexec_load __NR_SYSCALL_BASE + 347 |
289 | +#endif | 289 | +#endif |
290 | #ifndef __NR_kexec_load | 290 | #ifndef __NR_kexec_load |
291 | #error Unknown processor architecture. Needs a kexec_load syscall number. | 291 | #error Unknown processor architecture. Needs a kexec_load syscall number. |