]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerKamal Mostafa <kamal@canonical.com>
Wed, 13 Jul 2016 15:59:14 +0000 (08:59 -0700)
commit4d93b51e91e65569ac50e311b7e53824054306ba
treea3028dcf52cc02b928e4bb54007a025f34979ef9
parent2f329de8219fe5519820335b3d066ffaa7c5d0d7
MIPS: Fix 64k page support for 32 bit kernels.

BugLink: http://bugs.launchpad.net/bugs/1596575
commit d7de413475f443957a0c1d256e405d19b3a2cb22 upstream.

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>
Cc: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
arch/mips/include/asm/processor.h