diff options
Diffstat (limited to 'arch/hexagon/include/asm/processor.h')
-rw-r--r-- | arch/hexagon/include/asm/processor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/hexagon/include/asm/processor.h b/arch/hexagon/include/asm/processor.h index 20c5ddabbd8b..e8ea459002a4 100644 --- a/arch/hexagon/include/asm/processor.h +++ b/arch/hexagon/include/asm/processor.h | |||
@@ -59,13 +59,6 @@ struct thread_struct { | |||
59 | #define cpu_relax() __vmyield() | 59 | #define cpu_relax() __vmyield() |
60 | 60 | ||
61 | /* | 61 | /* |
62 | * "Unlazying all lazy status" occurs here. | ||
63 | */ | ||
64 | static inline void prepare_to_copy(struct task_struct *tsk) | ||
65 | { | ||
66 | } | ||
67 | |||
68 | /* | ||
69 | * Decides where the kernel will search for a free chunk of vm space during | 62 | * Decides where the kernel will search for a free chunk of vm space during |
70 | * mmaps. | 63 | * mmaps. |
71 | * See also arch_get_unmapped_area. | 64 | * See also arch_get_unmapped_area. |