Commit 4abe6746 authored by David Mosberger's avatar David Mosberger

ia64: Reserve syscall number for kexec_load().

parent 495e4268
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* /*
* IA-64 Linux syscall numbers and inline-functions. * IA-64 Linux syscall numbers and inline-functions.
* *
* Copyright (C) 1998-2003 Hewlett-Packard Co * Copyright (C) 1998-2004 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com> * David Mosberger-Tang <davidm@hpl.hp.com>
*/ */
...@@ -257,6 +257,7 @@ ...@@ -257,6 +257,7 @@
#define __NR_mq_timedreceive 1265 #define __NR_mq_timedreceive 1265
#define __NR_mq_notify 1266 #define __NR_mq_notify 1266
#define __NR_mq_getsetattr 1267 #define __NR_mq_getsetattr 1267
#define __NR_kexec_load 1268
#ifdef __KERNEL__ #ifdef __KERNEL__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment