diff options
| author | Stephen Rothwell <[email protected]> | 2013-04-30 15:27:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-04-30 17:04:03 -0700 |
| commit | 4a22f16636259f503847b0805e04824171b270fc (patch) | |
| tree | 764c9b6239416c1b032dd10398b372d84eba8cb8 /scripts/stackusage | |
| parent | 1043f65a573b65a5398925551583ea72092e1be2 (diff) | |
kernel/timer.c: move some non timer related syscalls to kernel/sys.c
Andrew Morton noted:
akpm3:/usr/src/25> grep SYSCALL kernel/timer.c
SYSCALL_DEFINE1(alarm, unsigned int, seconds)
SYSCALL_DEFINE0(getpid)
SYSCALL_DEFINE0(getppid)
SYSCALL_DEFINE0(getuid)
SYSCALL_DEFINE0(geteuid)
SYSCALL_DEFINE0(getgid)
SYSCALL_DEFINE0(getegid)
SYSCALL_DEFINE0(gettid)
SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info)
COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info)
Only one of those should be in kernel/timer.c. Who wrote this thing?
[[email protected]: coding-style fixes]
Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Cc: Guenter Roeck <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions