hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/h8300/include/asm/processor.h
....@@ -12,12 +12,6 @@
1212 #ifndef __ASM_H8300_PROCESSOR_H
1313 #define __ASM_H8300_PROCESSOR_H
1414
15
-/*
16
- * Default implementation of macro that returns current
17
- * instruction pointer ("program counter").
18
- */
19
-#define current_text_addr() ({ __label__ _l; _l: &&_l; })
20
-
2115 #include <linux/compiler.h>
2216 #include <asm/segment.h>
2317 #include <asm/ptrace.h>