hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/nios2/include/asm/processor.h
....@@ -38,12 +38,6 @@
3838 #define KUSER_SIZE (PAGE_SIZE)
3939 #ifndef __ASSEMBLY__
4040
41
-/*
42
- * Default implementation of macro that returns current
43
- * instruction pointer ("program counter").
44
- */
45
-#define current_text_addr() ({ __label__ _l; _l: &&_l; })
46
-
4741 # define TASK_SIZE 0x7FFF0000UL
4842 # define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
4943