kernel/arch/alpha/include/asm/processor.h
.. .. @@ -11,12 +11,6 @@ 11 11 #include <linux/personality.h> /* for ADDR_LIMIT_32BIT */ 12 12 13 13 /* 14 - * Returns current instruction pointer ("program counter").15 - */16 -#define current_text_addr() \17 - ({ void *__pc; __asm__ ("br %0,.+4" : "=r"(__pc)); __pc; })18 -19 -/*20 14 * We have a 42-bit user address space: 4TB user VM... 21 15 */ 22 16 #define TASK_SIZE (0x40000000000UL)