]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix 64k page support for 32 bit kernels.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 4 Feb 2016 00:24:40 +0000 (01:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 4 Feb 2016 00:24:40 +0000 (01:24 +0100)
commite18b47376db9027d35c40fe9feb3b8238034ec3a
tree9c09830301ce57e3e5759f8ee6829d16d1fdb1c5
parentb3f0483bfb305d9f0a9ed0ad657a938a23009654
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: Ralf Baechle <ralf@linux-mips.org>
Tested-by: Joshua Henderson <joshua.henderson@microchip.com>
arch/mips/include/asm/processor.h