]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf28123b20041dce4d7d94bee558275ec99677bba
treef4f357a05be40750d94ac5c4d85bb43adf73e3ea
parent01edb733b84d7df59eea66495db96b9efc360a65
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