commit | 783454e2bc7ce491b5cd50154433cde993bfd849 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Tue Apr 30 22:53:31 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Thu May 02 11:20:59 2019 -0700 |
tree | 3b8906fb5290e2a80dfefa92f5b5ccb3e70d2299 | |
parent | 172dcd935c34b022729f45a7bbaae5cc05231533 [diff] |
MIPS: Sync icache for whole exception vector Rather than performing cache flushing for a fixed 0x400 bytes, use the actual size of the vector in order to ensure we cover all emitted code on systems that make use of vectored interrupts. Signed-off-by: Paul Burton <paul.burton@mips.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Serge Semin <fancer.lancer@gmail.com> Tested-by: Serge Semin <fancer.lancer@gmail.com> Cc: linux-mips@vger.kernel.org