kernel/arch/h8300/include/asm/processor.h
.. .. @@ -12,12 +12,6 @@ 12 12 #ifndef __ASM_H8300_PROCESSOR_H 13 13 #define __ASM_H8300_PROCESSOR_H 14 14 15 -/*16 - * Default implementation of macro that returns current17 - * instruction pointer ("program counter").18 - */19 -#define current_text_addr() ({ __label__ _l; _l: &&_l; })20 -21 15 #include <linux/compiler.h> 22 16 #include <asm/segment.h> 23 17 #include <asm/ptrace.h>