]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: tlbex: fix broken build in v3.11-rc1
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 15 Jul 2013 07:21:57 +0000 (07:21 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 19 Jul 2013 08:36:10 +0000 (10:36 +0200)
commit60b7f502f02ecc4ab9fc37dbbb1be7a0d4b4b2b5
tree51dd4635599b3e2a24147905c181f09a1b1ee3de
parentec94b04de360ab8a34bbd2daae28ae4fd20e599f
MIPS: tlbex: fix broken build in v3.11-rc1

Commit b4a140d6568ae21ee78653cb01ed1452be76f991 (MIPS: Move generated code
to .text for microMIPS) deleted tlbmiss_handler_setup_pgd_array, but some
references were not converted. Fix that to enable building a MIPS kernel.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Acked-by: Jayachandran C. <jchandra@broadcom.com>
Acked-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5589/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c