The patch titled Subject: cris: use generic current.h has been added to the -mm tree. Its filename is cris-use-generic-currenth.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/cris-use-generic-currenth.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/cris-use-generic-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: cris: use generic current.h Given that the arch does not add its own implementations, simply use the asm-generic/current.h (generic-y) header instead of duplicating code. Link: http://lkml.kernel.org/r/1485992878-4780-3-git-send-email-dave@xxxxxxxxxxxx Signed-off-by: Davidlohr Bueso <dbueso@xxxxxxx> Cc: Mikael Starvik <starvik@xxxxxxxx> Cc: Jesper Nilsson <jesper.nilsson@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/cris/include/asm/Kbuild | 1 + arch/cris/include/asm/current.h | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff -puN arch/cris/include/asm/Kbuild~cris-use-generic-currenth arch/cris/include/asm/Kbuild --- a/arch/cris/include/asm/Kbuild~cris-use-generic-currenth +++ a/arch/cris/include/asm/Kbuild @@ -5,6 +5,7 @@ generic-y += bitsperlong.h generic-y += clkdev.h generic-y += cmpxchg.h generic-y += cputime.h +generic-y += current.h generic-y += device.h generic-y += div64.h generic-y += errno.h diff -puN arch/cris/include/asm/current.h~cris-use-generic-currenth /dev/null --- a/arch/cris/include/asm/current.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef _CRIS_CURRENT_H -#define _CRIS_CURRENT_H - -#include <linux/thread_info.h> - -struct task_struct; - -static inline struct task_struct * get_current(void) -{ - return current_thread_info()->task; -} - -#define current get_current() - -#endif /* !(_CRIS_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