kernel/arch/m68k/include/asm/processor.h
.. .. @@ -8,12 +8,6 @@ 8 8 #ifndef __ASM_M68K_PROCESSOR_H 9 9 #define __ASM_M68K_PROCESSOR_H 10 10 11 -/*12 - * Default implementation of macro that returns current13 - * instruction pointer ("program counter").14 - */15 -#define current_text_addr() ({ __label__ _l; _l: &&_l;})16 -17 11 #include <linux/thread_info.h> 18 12 #include <asm/segment.h> 19 13 #include <asm/fpu.h>