aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/asm/processor.h')
-rw-r--r--arch/xtensa/include/asm/processor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/xtensa/include/asm/processor.h b/arch/xtensa/include/asm/processor.h
index 3acb26e8dead..5c371d8d4528 100644
--- a/arch/xtensa/include/asm/processor.h
+++ b/arch/xtensa/include/asm/processor.h
@@ -168,9 +168,6 @@ struct mm_struct;
168/* Free all resources held by a thread. */ 168/* Free all resources held by a thread. */
169#define release_thread(thread) do { } while(0) 169#define release_thread(thread) do { } while(0)
170 170
171/* Prepare to copy thread state - unlazy all lazy status */
172extern void prepare_to_copy(struct task_struct*);
173
174/* Create a kernel thread without removing it from tasklists */ 171/* Create a kernel thread without removing it from tasklists */
175extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); 172extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);
176 173