diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-01-05 09:23:48 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-01-07 06:40:58 -0500 |
commit | 3efcb7a44bb75bd94d889245ba82e2195a7ab0a2 (patch) | |
tree | 148a156014cc00dd0af8dc15e577559bfad14d7a /arch | |
parent | 0f9132ceab112ab75d34865f5aeddf0bac234896 (diff) |
arm64: 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 arm64 as well.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/include/asm/processor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/include/asm/processor.h b/arch/arm64/include/asm/processor.h index 286b1bec547c..f131a98e1e64 100644 --- a/arch/arm64/include/asm/processor.h +++ b/arch/arm64/include/asm/processor.h | |||
@@ -123,9 +123,6 @@ struct task_struct; | |||
123 | /* Free all resources held by a thread. */ | 123 | /* Free all resources held by a thread. */ |
124 | extern void release_thread(struct task_struct *); | 124 | extern void release_thread(struct task_struct *); |
125 | 125 | ||
126 | /* Prepare to copy thread state - unlazy all lazy status */ | ||
127 | #define prepare_to_copy(tsk) do { } while (0) | ||
128 | |||
129 | unsigned long get_wchan(struct task_struct *p); | 126 | unsigned long get_wchan(struct task_struct *p); |
130 | 127 | ||
131 | #define cpu_relax() barrier() | 128 | #define cpu_relax() barrier() |