kernel/arch/sparc/include/asm/processor_64.h
.. .. @@ -8,12 +8,6 @@ 8 8 #ifndef __ASM_SPARC64_PROCESSOR_H 9 9 #define __ASM_SPARC64_PROCESSOR_H 10 10 11 -/*12 - * Sparc64 implementation of macro that returns current13 - * instruction pointer ("program counter").14 - */15 -#define current_text_addr() ({ void *pc; __asm__("rd %%pc, %0" : "=r" (pc)); pc; })16 -17 11 #include <asm/asi.h> 18 12 #include <asm/pstate.h> 19 13 #include <asm/ptrace.h>