The patch titled Subject: treewide-remove-current_text_addr-fix has been added to the -mm tree. Its filename is treewide-remove-current_text_addr-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/treewide-remove-current_text_addr-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/treewide-remove-current_text_addr-fix.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: treewide-remove-current_text_addr-fix fix arch/csky/include/asm/processor.h Cc: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/csky/include/asm/processor.h | 6 ------ 1 file changed, 6 deletions(-) --- a/arch/csky/include/asm/processor.h~treewide-remove-current_text_addr-fix +++ a/arch/csky/include/asm/processor.h @@ -4,12 +4,6 @@ #ifndef __ASM_CSKY_PROCESSOR_H #define __ASM_CSKY_PROCESSOR_H -/* - * Default implementation of macro that returns current - * instruction pointer ("program counter"). - */ -#define current_text_addr() ({ __label__ _l; _l: &&_l; }) - #include <linux/bitops.h> #include <asm/segment.h> #include <asm/ptrace.h> _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are treewide-remove-current_text_addr-fix.patch