diff options
Diffstat (limited to 'arch/arm/kernel/process.c')
| -rw-r--r-- | arch/arm/kernel/process.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index f934a6739fc0..9485acc520a4 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c @@ -319,11 +319,6 @@ unsigned long get_wchan(struct task_struct *p)  	return 0;  } -unsigned long arch_randomize_brk(struct mm_struct *mm) -{ -	return randomize_page(mm->brk, 0x02000000); -} -  #ifdef CONFIG_MMU  #ifdef CONFIG_KUSER_HELPERS  /*  |