commit | 5474682934753827d61d1226ba74ea75787b923d | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Sat Aug 31 15:40:43 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Tue Sep 03 14:20:43 2019 +0100 |
tree | fb4e214cd30494841d865732b936179ea8d0b9c7 | |
parent | 813cafc4109c63a666e244c89f080ae27e4310b4 [diff] |
MIPS: Select R3k-style TLB in Kconfig Currently areas where we need to determine whether the TLB is R3k-style need to check for either of CONFIG_CPU_R3000 || CONFIG_CPU_TX39XX. Introduce a new CONFIG_CPU_R3K_TLB & select it from both of the above, allowing us to simplify checks for R3k-style TLBs by only checking for this new Kconfig option. Signed-off-by: Paul Burton <paul.burton@mips.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Cc: linux-mips@vger.kernel.org