aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-02-03 15:07:13 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2014-02-10 20:10:20 +0100
commit7247f55381d54645a1eb47588de51bb26fa7cb7a (patch)
treed391132f06c67d8e42b7f36254f6e761d6bbae62 /arch/m68k/kernel
parentm68k: Switch to asm-generic/barrier.h (diff)
downloadlinux-dev-7247f55381d54645a1eb47588de51bb26fa7cb7a.tar.xz
linux-dev-7247f55381d54645a1eb47588de51bb26fa7cb7a.zip
m68k: Wire up sched_setattr and sched_getattr
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r--arch/m68k/kernel/syscalltable.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 3f04ea0ab802..b6223dc41d82 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -369,4 +369,6 @@ ENTRY(sys_call_table)
.long sys_process_vm_writev
.long sys_kcmp
.long sys_finit_module
+ .long sys_sched_setattr
+ .long sys_sched_getattr /* 350 */