From: Jayachandran C Date: Sun, 23 Jun 2013 17:16:19 +0000 (+0000) Subject: MIPS: Move generated code to .text for microMIPS X-Git-Tag: v3.11-rc1~14^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba045f9fbdafb48da42aa8576ea7a3980443136;p=pandora-kernel.git MIPS: Move generated code to .text for microMIPS Prepare of a next patch which will call tlbmiss_handler_setup_pgd on microMIPS. MicroMIPS complains if the called code s not in the .text section. To fix this we generate code into space reserved in arch/mips/mm/tlb-funcs.S While there, move the rest of the generated functions (handle_tlbl, handle_tlbs, handle_tlbm) to the same file. Signed-off-by: Jayachandran C Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5542/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed