hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/sparc/include/asm/processor_64.h
....@@ -8,12 +8,6 @@
88 #ifndef __ASM_SPARC64_PROCESSOR_H
99 #define __ASM_SPARC64_PROCESSOR_H
1010
11
-/*
12
- * Sparc64 implementation of macro that returns current
13
- * instruction pointer ("program counter").
14
- */
15
-#define current_text_addr() ({ void *pc; __asm__("rd %%pc, %0" : "=r" (pc)); pc; })
16
-
1711 #include <asm/asi.h>
1812 #include <asm/pstate.h>
1913 #include <asm/ptrace.h>