]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 21 Mar 2024 19:03:13 +0000 (20:03 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 May 2024 09:17:15 +0000 (11:17 +0200)
Missed in commit 58771921af ("include/exec: Move PAGE_* macros
to common header"), PAGE_PASSTHROUGH ended being defined twice.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240427155714.53669-8-philmd@linaro.org>

include/exec/cpu-all.h

index 104c5dd2da6b747f3577bd179cce6f9b986e5da3..c4dada5b4459df0fdfb0074432fabeae9cc8c366 100644 (file)
@@ -157,12 +157,6 @@ extern const TargetPageBits target_page;
 
 #define TARGET_PAGE_ALIGN(addr) ROUND_UP((addr), TARGET_PAGE_SIZE)
 
-/*
- * For linux-user, indicates that the page is mapped with the same semantics
- * in both guest and host.
- */
-#define PAGE_PASSTHROUGH 0x0800
-
 #if defined(CONFIG_USER_ONLY)
 void page_dump(FILE *f);