forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/alpha/include/asm/processor.h
....@@ -11,12 +11,6 @@
1111 #include <linux/personality.h> /* for ADDR_LIMIT_32BIT */
1212
1313 /*
14
- * Returns current instruction pointer ("program counter").
15
- */
16
-#define current_text_addr() \
17
- ({ void *__pc; __asm__ ("br %0,.+4" : "=r"(__pc)); __pc; })
18
-
19
-/*
2014 * We have a 42-bit user address space: 4TB user VM...
2115 */
2216 #define TASK_SIZE (0x40000000000UL)