The patch titled Subject: x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 has been added to the -mm tree. Its filename is x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ 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) { _ Subject: Subject: x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2 Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are linux-next.patch x86-use-this_cpu_xxx-to-replace-percpu_xxx-funcs-fix-2.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