On 9/6/19 3:57 AM, David Hildenbrand wrote: > Although we basically ignore the index all the time for CONFIG_USER_ONLY, > let's simply skip all the checks and always return MMU_USER_IDX in > cpu_mmu_index() and get_mem_index(). > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/cpu.h | 4 ++++ > target/s390x/translate.c | 4 ++++ > 2 files changed, 8 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~