target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 16:36:01 +0000 (17:36 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214183739.500368-5-f4bug@amsat.org>

target/mips/helper.c

index 92bd3fb8550075dc8597697435a6f83800c59e42..cfb6d82fd338049a11c3621ad7d3d0c02c5777ae 100644 (file)
@@ -552,9 +552,7 @@ hwaddr mips_cpu_get_phys_page_debug(CPUState *cs, vaddr addr)
     }
     return phys_addr;
 }
-#endif /* !CONFIG_USER_ONLY */
 
-#if !defined(CONFIG_USER_ONLY)
 #if !defined(TARGET_MIPS64)
 
 /*