hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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>