Home
last modified time | relevance | path

Searched hist:ca4e833cd6409c72e5b13ee803a4f08381e6d160 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dcache_init.Sca4e833cd6409c72e5b13ee803a4f08381e6d160 Thu Jan 29 01:28:01 UTC 2015 Paul Burton <paul.burton@imgtec.com> 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>