kernel/arch/sparc/include/asm/processor_32.h
.. .. @@ -7,12 +7,6 @@ 7 7 #ifndef __ASM_SPARC_PROCESSOR_H 8 8 #define __ASM_SPARC_PROCESSOR_H 9 9 10 -/*11 - * Sparc32 implementation of macro that returns current12 - * instruction pointer ("program counter").13 - */14 -#define current_text_addr() ({ void *pc; __asm__("sethi %%hi(1f), %0; or %0, %%lo(1f), %0;\n1:" : "=r" (pc)); pc; })15 -16 10 #include <asm/psr.h> 17 11 #include <asm/ptrace.h> 18 12 #include <asm/head.h>