Skip to content

Commit 38a997a

Browse files
aakoskinralfbaechle
authored andcommitted
MIPS: tlbex: fix broken build in v3.11-rc1
Commit 6ba045f (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 <[email protected]> Acked-by: Jayachandran C. <[email protected]> Acked-by: David Daney <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/5589/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent 628f065 commit 38a997a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/mm/tlbex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ static void __cpuinit build_r4000_setup_pgd(void)
14661466
{
14671467
const int a0 = 4;
14681468
const int a1 = 5;
1469-
u32 *p = tlbmiss_handler_setup_pgd_array;
1469+
u32 *p = tlbmiss_handler_setup_pgd;
14701470
const int tlbmiss_handler_setup_pgd_size =
14711471
tlbmiss_handler_setup_pgd_end - tlbmiss_handler_setup_pgd;
14721472
struct uasm_label *l = labels;

0 commit comments

Comments
 (0)