The patch titled ia64: fix build breakage in asm/thread_info.h has been removed from the -mm tree. Its filename was ia64-fix-build-breakage-in-asm-thread_infoh.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ia64: fix build breakage in asm/thread_info.h From: "Luck, Tony" <tony.luck@xxxxxxxxx> In commit 504f52b5439aaf26d3e2c1d45ec10fce38c8dd27 mm: NUMA aware alloc_task_struct_node() Eric Dumazet forgot a "\". Add it. Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/include/asm/thread_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/include/asm/thread_info.h~ia64-fix-build-breakage-in-asm-thread_infoh arch/ia64/include/asm/thread_info.h --- a/arch/ia64/include/asm/thread_info.h~ia64-fix-build-breakage-in-asm-thread_infoh +++ a/arch/ia64/include/asm/thread_info.h @@ -91,7 +91,7 @@ struct thread_info { KERNEL_STACK_SIZE_ORDER); \ struct task_struct *ret = page ? page_address(page) : NULL; \ \ - ret; + ret; \ }) #define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER) _ Patches currently in -mm which might be from tony.luck@xxxxxxxxx are origin.patch llist-irq_work-use-llist-in-irq_work.patch llist-net-rds-replace-xlist-in-net-rds-xlisth-with-llist.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