target/openrisc: Reduce tlb to a single dimension
commit2acaa2331b96ee92f0df213784f9b6454c3d5edc
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 23 May 2018 02:36:27 +0000 (22 19:36 -0700)
committerStafford Horne <shorne@gmail.com>
Mon, 2 Jul 2018 15:05:28 +0000 (3 00:05 +0900)
tree9d7ab5c3ccdb64dd7e462810e81e63571ea2f4fa
parentfd992ee7e3fb12aea888744313a2869c8848ef9d
target/openrisc: Reduce tlb to a single dimension

While we had defines for *_WAYS, we didn't define more than 1.
Reduce the complexity by eliminating this unused dimension.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
target/openrisc/cpu.h
target/openrisc/machine.c
target/openrisc/mmu.c
target/openrisc/sys_helper.c