diff options
author | Paul Burton <paul.burton@imgtec.com> | 2015-01-29 01:28:01 +0000 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2015-01-29 12:55:01 +0100 |
commit | ca4e833cd6409c72e5b13ee803a4f08381e6d160 (patch) | |
tree | 939c2bb7d6dede36a256a26d8a71fd994cdbc45e /arch/microblaze | |
parent | ac22feca1135b81ecc4d38995e98b59943d1bbf5 (diff) | |
download | u-boot-imx-ca4e833cd6409c72e5b13ee803a4f08381e6d160.zip u-boot-imx-ca4e833cd6409c72e5b13ee803a4f08381e6d160.tar.gz u-boot-imx-ca4e833cd6409c72e5b13ee803a4f08381e6d160.tar.bz2 |
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>
Diffstat (limited to 'arch/microblaze')
0 files changed, 0 insertions, 0 deletions