]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Move generated code to .text for microMIPS
authorJayachandran C <jchandra@broadcom.com>
Sun, 23 Jun 2013 17:16:19 +0000 (17:16 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Jun 2013 18:30:12 +0000 (20:30 +0200)
commit8c24cb9d180b77f613eb5cc9e1b4e13575d54ce9
treef2cb2edf2085419414e238d9af3d1ec627a62fef
parent1800233825dd8088816a327e0aba1c171b423a39
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 <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5542/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mmu_context.h
arch/mips/mm/Makefile
arch/mips/mm/tlb-funcs.S [new file with mode: 0644]
arch/mips/mm/tlbex.c