kernel/arch/nios2/include/asm/processor.h
.. .. @@ -38,12 +38,6 @@ 38 38 #define KUSER_SIZE (PAGE_SIZE) 39 39 #ifndef __ASSEMBLY__ 40 40 41 -/*42 - * Default implementation of macro that returns current43 - * instruction pointer ("program counter").44 - */45 -#define current_text_addr() ({ __label__ _l; _l: &&_l; })46 -47 41 # define TASK_SIZE 0x7FFF0000UL 48 42 # define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3)) 49 43