MIPS: move create_tlb() in an proper header: mipsregs.h
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 14 Dec 2018 15:16:45 +0000 (16:16 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 19 Dec 2018 14:23:01 +0000 (15:23 +0100)
commit48ee7b68533b7f007c337d9a606eb52c975445ad
treef4f357a05be40750d94ac5c4d85bb43adf73e3ea
parenta0abb52c5a5b1de522380984bb9429ee973b1f8e
MIPS: move create_tlb() in an proper header: mipsregs.h

Export create_tlb() as an inline function in mipsregs.h. It allows to
remove the declaration of the function from the board files.

Then it will allow also to use this function very early in the boot when
the stack is not usable.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/mips/cpu/cpu.c
arch/mips/include/asm/mipsregs.h