u-boot/arch/mips
Paul Burton ca4e833cd6 MIPS: inline mips_init_[id]cache functions
The mips_init_[id]cache functions are small & only called once from a
single callsite. Inlining them allows mips_cache_reset to avoid having
to bother moving arguments around & leaves it a leaf function which is
thus able to simply keep the return address live in the ra register
throughout, simplifying the code.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2015-01-29 12:55:01 +01:00
..
cpu MIPS: unify cache initialization code 2015-01-29 12:55:01 +01:00
include/asm MIPS: avoid .set ISA for cache operations 2015-01-29 12:55:00 +01:00
lib MIPS: inline mips_init_[id]cache functions 2015-01-29 12:55:01 +01:00
Kconfig MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACE 2015-01-21 14:06:51 +01:00
Makefile MIPS: replace $(CPU) with Kconfig symbols 2015-01-21 14:06:04 +01:00
config.mk MIPS: add .padding section to linker script 2014-11-01 18:18:05 +01:00