diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2011-08-27 10:10:06 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2011-08-27 10:10:06 -0400 |
commit | 56c5c609615322bfbda5adff94ce011eb3d28fef (patch) | |
tree | f61445270fb922af8c9b14487c65f95c282a9356 /arch/arm | |
parent | 7b1bb388bc879ffcc6c69b567816d5c354afe42b (diff) |
Fix prototype mismatching and synch syscall numbers
* Update prototypes for switched_to(), prio_changed(), select_task_rq().
* Fix missing pid field in printk output.
* Synchronize syscall numbers for arm and x86.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 110d113d4afb..0196edf6ee5b 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
@@ -403,7 +403,7 @@ | |||
403 | #define __NR_sendmmsg (__NR_SYSCALL_BASE+374) | 403 | #define __NR_sendmmsg (__NR_SYSCALL_BASE+374) |
404 | #define __NR_setns (__NR_SYSCALL_BASE+375) | 404 | #define __NR_setns (__NR_SYSCALL_BASE+375) |
405 | 405 | ||
406 | #define __NR_LITMUS (__NR_SYSCALL_BASE+370) | 406 | #define __NR_LITMUS (__NR_SYSCALL_BASE+376) |
407 | #include <litmus/unistd_32.h> | 407 | #include <litmus/unistd_32.h> |
408 | 408 | ||
409 | /* | 409 | /* |