Skip to content
Commit d7de4134 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Fix 64k page support for 32 bit kernels.



TASK_SIZE was defined as 0x7fff8000UL which for 64k pages is not a
multiple of the page size.  Somewhere further down the math fails
such that executing an ELF binary fails.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Tested-by: default avatarJoshua Henderson <joshua.henderson@microchip.com>
parent 74c81ecd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment