arm64: move on_thread_stack() to <asm/stacktrace.h>
[linux-block.git] / arch / arm64 / include / asm / processor.h
index cf4eefaacafce4202b244b7ffbfd23cf0917199d..b15fd6c11294ef85d15108221e1676ad1948488d 100644 (file)
@@ -396,7 +396,5 @@ long get_tagged_addr_ctrl(struct task_struct *task);
 #define GET_TAGGED_ADDR_CTRL()         get_tagged_addr_ctrl(current)
 #endif
 
-#define on_thread_stack()      (on_task_stack(current, current_stack_pointer, 1))
-
 #endif /* __ASSEMBLY__ */
 #endif /* __ASM_PROCESSOR_H */