The patch titled Subject: score: remove asm/current.h has been added to the -mm tree. Its filename is score-remove-asm-currenth.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/score-remove-asm-currenth.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/score-remove-asm-currenth.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: Davidlohr Bueso <dave@xxxxxxxxxxxx> Subject: score: remove asm/current.h ... it's already using the generic version anyways, so just drop the file as do the other archs that do not implement their own version of the current macro. Link: http://lkml.kernel.org/r/1485992878-4780-5-git-send-email-dave@xxxxxxxxxxxx Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx> Cc: Chen Liqin <liqin.linux@xxxxxxxxx> Cc: Lennox Wu <lennox.wu@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/score/include/asm/Kbuild | 1 + arch/score/include/asm/current.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff -puN arch/score/include/asm/Kbuild~score-remove-asm-currenth arch/score/include/asm/Kbuild --- a/arch/score/include/asm/Kbuild~score-remove-asm-currenth +++ a/arch/score/include/asm/Kbuild @@ -5,6 +5,7 @@ header-y += generic-y += barrier.h generic-y += clkdev.h generic-y += cputime.h +generic-y += current.h generic-y += irq_work.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h diff -puN arch/score/include/asm/current.h~score-remove-asm-currenth /dev/null --- a/arch/score/include/asm/current.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_SCORE_CURRENT_H -#define _ASM_SCORE_CURRENT_H - -#include <asm-generic/current.h> - -#endif /* _ASM_SCORE_CURRENT_H */ _ Patches currently in -mm which might be from dave@xxxxxxxxxxxx are m32r-use-generic-currenth.patch mmcompaction-serialize-waitqueue_active-checks.patch alpha-use-generic-currenth.patch cris-use-generic-currenth.patch parisc-use-generic-currenth.patch score-remove-asm-currenth.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