diff options
Diffstat (limited to 'arch/parisc/include/asm/processor.h')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 689a8ade3606..54adb60c0a42 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h | |||
@@ -330,8 +330,6 @@ struct mm_struct; | |||
330 | /* Free all resources held by a thread. */ | 330 | /* Free all resources held by a thread. */ |
331 | extern void release_thread(struct task_struct *); | 331 | extern void release_thread(struct task_struct *); |
332 | 332 | ||
333 | extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm); | ||
334 | |||
335 | extern unsigned long get_wchan(struct task_struct *p); | 333 | extern unsigned long get_wchan(struct task_struct *p); |
336 | 334 | ||
337 | #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) | 335 | #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) |