diff options
Diffstat (limited to 'arch/arm64/include/asm/processor.h')
-rw-r--r-- | arch/arm64/include/asm/processor.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index 39a208a392f7..d6331acaf64e 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h | |||
@@ -136,11 +136,6 @@ unsigned long get_wchan(struct task_struct *p); | |||
136 | extern struct task_struct *cpu_switch_to(struct task_struct *prev, | 136 | extern struct task_struct *cpu_switch_to(struct task_struct *prev, |
137 | struct task_struct *next); | 137 | struct task_struct *next); |
138 | 138 | ||
139 | /* | ||
140 | * Create a new kernel thread | ||
141 | */ | ||
142 | extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | ||
143 | |||
144 | #define task_pt_regs(p) \ | 139 | #define task_pt_regs(p) \ |
145 | ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1) | 140 | ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1) |
146 | 141 | ||