commit | e869d791bcd12caa59c60abb803fdb30d2547348 | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@bootlin.com> | Fri Dec 14 16:16:45 2018 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 19 15:23:01 2018 +0100 |
tree | f4f357a05be40750d94ac5c4d85bb43adf73e3ea | |
parent | 59218bb9b378d63ca22a634b5c4f818bd07c0690 [diff] |
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>