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 20c5ddabbd8..e8ea459002a 100644 --- a/arch/hexagon/include/asm/processor.h +++ b/arch/hexagon/include/asm/processor.h @@ -59,13 +59,6 @@ struct thread_struct {  #define cpu_relax() __vmyield()  /* - * "Unlazying all lazy status" occurs here. - */ -static inline void prepare_to_copy(struct task_struct *tsk) -{ -} - -/*   * Decides where the kernel will search for a free chunk of vm space during   * mmaps.   * See also arch_get_unmapped_area.  |