The patch titled Subject: x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 has been removed from the -mm tree. Its filename was x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2.patch This patch was dropped because it was folded into x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 arch/x86/include/asm/desc.h: fix smp_processor_id's need for this_cpu_read Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Alex Shi <alex.shi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/include/asm/desc.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/include/asm/desc.h~x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 arch/x86/include/asm/desc.h --- a/arch/x86/include/asm/desc.h~x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 +++ a/arch/x86/include/asm/desc.h @@ -6,6 +6,7 @@ #include <asm/mmu.h> #include <linux/smp.h> +#include <linux/percpu.h> static inline void fill_ldt(struct desc_struct *desc, const struct user_desc *info) { _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are linux-next.patch x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs.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