hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/m68k/include/asm/processor.h
....@@ -8,12 +8,6 @@
88 #ifndef __ASM_M68K_PROCESSOR_H
99 #define __ASM_M68K_PROCESSOR_H
1010
11
-/*
12
- * Default implementation of macro that returns current
13
- * instruction pointer ("program counter").
14
- */
15
-#define current_text_addr() ({ __label__ _l; _l: &&_l;})
16
-
1711 #include <linux/thread_info.h>
1812 #include <asm/segment.h>
1913 #include <asm/fpu.h>