commit | 54e8d9f07d8a4489e6ab148c3074ff10af03d3aa | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Sat Aug 31 15:40:44 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Tue Sep 03 14:20:51 2019 +0100 |
tree | dd2955c69488fe06f686087e32f519be91ed769b | |
parent | 5474682934753827d61d1226ba74ea75787b923d [diff] |
MIPS: tlbex: Simplify r3k check We already know whether a CPU has r3k style exceptions, including TLB exceptions, by checking cpu_has_3kex. Remove the list of CPU types in build_tlb_refill_handler() & check cpu_has_3kex instead. Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org