diff options
author | Tony Luck <tony.luck@intel.com> | 2014-01-28 09:38:37 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2014-01-28 09:52:53 -0800 |
commit | 7de8246eba58c6f4c315b8c69fb29e445ccf3c80 (patch) | |
tree | d31eebca97a8c148df82696ad281bde0a9c6b0c9 /arch/ia64/kernel | |
parent | 54c0a4b46150db1571d955d598cd342c9f1d9657 (diff) | |
download | blackbird-op-linux-7de8246eba58c6f4c315b8c69fb29e445ccf3c80.tar.gz blackbird-op-linux-7de8246eba58c6f4c315b8c69fb29e445ccf3c80.zip |
[IA64] Wire up new sched_setattr and sched_getattr syscalls
New syscalls for v3.14
Signed-off-by: Tony Luck <tony.luck#intel.com>
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r-- | arch/ia64/kernel/entry.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S index ddea607f948a..fa8d61a312a7 100644 --- a/arch/ia64/kernel/entry.S +++ b/arch/ia64/kernel/entry.S @@ -1773,6 +1773,8 @@ sys_call_table: data8 sys_process_vm_writev data8 sys_accept4 data8 sys_finit_module // 1335 + data8 sys_sched_setattr + data8 sys_sched_getattr .org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls #endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */ |