diff options
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index acdf4cad6125..0e8b7b8ce8a2 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -328,9 +328,6 @@ struct mm_struct; | |||
328 | extern void release_thread(struct task_struct *); | 328 | extern void release_thread(struct task_struct *); |
329 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 329 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |
330 | 330 | ||
331 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
332 | #define prepare_to_copy(tsk) do { } while (0) | ||
333 | |||
334 | extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm); | 331 | extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm); |
335 | 332 | ||
336 | extern unsigned long get_wchan(struct task_struct *p); | 333 | extern unsigned long get_wchan(struct task_struct *p); |