diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-12-14 03:16:49 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-14 03:16:49 -0500 |
commit | cc0104e877fff32865a67b256d3a9ce52ff15790 (patch) | |
tree | 18779442274e81607822ecb0905c55ac4ce6a163 /include/linux/syscalls.h | |
parent | 16620e0f1990fa6d896a639449c4b3d678458464 (diff) | |
parent | f40542532e96dda5506eb76badea322f2ae4731c (diff) |
Merge branch 'linus' into tracing/urgent
Conflicts:
kernel/trace/trace_kprobe.c
Merge reason: resolve the conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/syscalls.h')
-rw-r--r-- | include/linux/syscalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 72d69860d901..65793e90d6f6 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
@@ -832,4 +832,8 @@ int kernel_execve(const char *filename, char *const argv[], char *const envp[]); | |||
832 | asmlinkage long sys_perf_event_open( | 832 | asmlinkage long sys_perf_event_open( |
833 | struct perf_event_attr __user *attr_uptr, | 833 | struct perf_event_attr __user *attr_uptr, |
834 | pid_t pid, int cpu, int group_fd, unsigned long flags); | 834 | pid_t pid, int cpu, int group_fd, unsigned long flags); |
835 | |||
836 | asmlinkage long sys_mmap_pgoff(unsigned long addr, unsigned long len, | ||
837 | unsigned long prot, unsigned long flags, | ||
838 | unsigned long fd, unsigned long pgoff); | ||
835 | #endif | 839 | #endif |