Merge branch 'akpm' (patches from Andrew)
[cascardo/linux.git] / arch / unicore32 / kernel / process.c
index 00299c9..d7c6b67 100644 (file)
@@ -295,8 +295,7 @@ unsigned long get_wchan(struct task_struct *p)
 
 unsigned long arch_randomize_brk(struct mm_struct *mm)
 {
-       unsigned long range_end = mm->brk + 0x02000000;
-       return randomize_range(mm->brk, range_end, 0) ? : mm->brk;
+       return randomize_page(mm->brk, 0x02000000);
 }
 
 /*