diff options
| author | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:31:38 -0400 |
| commit | 4854c7b27f0975a2b629f35ea3996d2968eb7c4f (patch) | |
| tree | 4102bdb70289764a2058aff0f907b13d7cf0e0d1 /include/linux/syscalls.h | |
| parent | 3cbd5b32cb625f5c0f1b1476d154fac873dd49ce (diff) | |
| parent | fcc18e83e1f6fd9fa6b333735bf0fcd530655511 (diff) | |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/syscalls.h')
| -rw-r--r-- | include/linux/syscalls.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 60d49e5456e7..33785b79d548 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
| @@ -54,7 +54,6 @@ struct compat_stat; | |||
| 54 | struct compat_timeval; | 54 | struct compat_timeval; |
| 55 | struct robust_list_head; | 55 | struct robust_list_head; |
| 56 | 56 | ||
| 57 | #include <linux/config.h> | ||
| 58 | #include <linux/types.h> | 57 | #include <linux/types.h> |
| 59 | #include <linux/aio_abi.h> | 58 | #include <linux/aio_abi.h> |
| 60 | #include <linux/capability.h> | 59 | #include <linux/capability.h> |
| @@ -517,6 +516,16 @@ asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask, | |||
| 517 | asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode, | 516 | asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode, |
| 518 | const unsigned long __user *from, | 517 | const unsigned long __user *from, |
| 519 | const unsigned long __user *to); | 518 | const unsigned long __user *to); |
| 519 | asmlinkage long sys_move_pages(pid_t pid, unsigned long nr_pages, | ||
| 520 | const void __user * __user *pages, | ||
| 521 | const int __user *nodes, | ||
| 522 | int __user *status, | ||
| 523 | int flags); | ||
| 524 | asmlinkage long compat_sys_move_pages(pid_t pid, unsigned long nr_page, | ||
| 525 | __u32 __user *pages, | ||
| 526 | const int __user *nodes, | ||
| 527 | int __user *status, | ||
| 528 | int flags); | ||
| 520 | asmlinkage long sys_mbind(unsigned long start, unsigned long len, | 529 | asmlinkage long sys_mbind(unsigned long start, unsigned long len, |
| 521 | unsigned long mode, | 530 | unsigned long mode, |
| 522 | unsigned long __user *nmask, | 531 | unsigned long __user *nmask, |
