diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-02-09 01:02:34 -0500 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-02-09 01:17:27 -0500 |
commit | ad7ef26d433bbf21a915652d96ad07048a0a4e26 (patch) | |
tree | 825e0c2450e60180976407706f5bcd03e046f1fd /arch/nios2 | |
parent | bfa76d49576599a4b9f9b7a71f23d73d6dcff735 (diff) |
nios2: Remove unused prepare_to_copy()
prepare_to_copy() was removed from all architectures supported at that
time in commit 55ccf3fe3f9a ("fork: move the real prepare_to_copy()
users to arch_dup_task_struct()"). Remove it from nios2 as well.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nios2/include/asm/processor.h b/arch/nios2/include/asm/processor.h index 3bd349473b06..c2ba45c159c7 100644 --- a/arch/nios2/include/asm/processor.h +++ b/arch/nios2/include/asm/processor.h | |||
@@ -85,9 +85,6 @@ static inline void exit_thread(void) | |||
85 | 85 | ||
86 | extern unsigned long get_wchan(struct task_struct *p); | 86 | extern unsigned long get_wchan(struct task_struct *p); |
87 | 87 | ||
88 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
89 | #define prepare_to_copy(tsk) do { } while (0) | ||
90 | |||
91 | #define task_pt_regs(p) \ | 88 | #define task_pt_regs(p) \ |
92 | ((struct pt_regs *)(THREAD_SIZE + task_stack_page(p)) - 1) | 89 | ((struct pt_regs *)(THREAD_SIZE + task_stack_page(p)) - 1) |
93 | 90 | ||