commit | 5cfb438866d3e42bc838cc0b439ab017d08c1557 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Sep 07 19:02:04 2018 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Sep 22 21:02:03 2018 +0200 |
tree | 879cf10b808b1cc2f4aa708d44cbba717089ad6c | |
parent | 7026e84ae838da8ee7fb6f4b56473f206aff4d31 [diff] |
MIPS: cache: optimise changing of k0 CCA mode Changing the Cache Coherency Algorithm (CCA) for kernel mode requires executing from KSEG1. Thus do a jump from KSEG0 to KSEG1 before changing the CCA mode. Jump back to KSEG0 afterwards. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>