The patch titled powerpc: wire up sys_migrate_pages has been removed from the -mm tree. Its filename was wire-up-sys_migrate_pages.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: powerpc: wire up sys_migrate_pages From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Christoph Lameter <clameter@xxxxxxxxxxxx> Cc: Paul Jackson <pj@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-powerpc/systbl.h | 1 + include/asm-powerpc/unistd.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff -puN include/asm-powerpc/systbl.h~wire-up-sys_migrate_pages include/asm-powerpc/systbl.h --- a/include/asm-powerpc/systbl.h~wire-up-sys_migrate_pages +++ a/include/asm-powerpc/systbl.h @@ -304,3 +304,4 @@ SYSCALL_SPU(fchmodat) SYSCALL_SPU(faccessat) COMPAT_SYS_SPU(get_robust_list) COMPAT_SYS_SPU(set_robust_list) +COMPAT_SYS(migrate_pages) diff -puN include/asm-powerpc/unistd.h~wire-up-sys_migrate_pages include/asm-powerpc/unistd.h --- a/include/asm-powerpc/unistd.h~wire-up-sys_migrate_pages +++ a/include/asm-powerpc/unistd.h @@ -323,10 +323,11 @@ #define __NR_faccessat 298 #define __NR_get_robust_list 299 #define __NR_set_robust_list 300 +#define __NR_migrate_pages 301 #ifdef __KERNEL__ -#define __NR_syscalls 301 +#define __NR_syscalls 302 #define __NR__exit __NR_exit #define NR_syscalls __NR_syscalls _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch constify-compat_get_bitmap-argument.patch wire-up-sys_migrate_pages.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html