[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 07/14] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 07/14] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition |
Date: |
Sat, 27 Apr 2024 17:57:07 +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>
---
include/exec/cpu-all.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/exec/cpu-all.h b/include/exec/cpu-all.h
index 5ea8c4d3ef..8c3ad7153d 100644
--- a/include/exec/cpu-all.h
+++ b/include/exec/cpu-all.h
@@ -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);
--
2.41.0
- [PATCH 02/14] plugins: Update stale comment, (continued)
- [PATCH 02/14] plugins: Update stale comment, Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 04/14] exec: Include missing license in 'exec/cpu-common.h', Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 03/14] plugins/api: Only include 'exec/ram_addr.h' with system emulation, Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 05/14] exec/cpu: Indent TARGET_PAGE_foo definitions, Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 06/14] exec/cpu: Remove obsolete PAGE_RESERVED definition, Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 07/14] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition,
Philippe Mathieu-Daudé <=
- [PATCH 08/14] exec/cpu: Extract page-protection definitions to page-prot-common.h, Philippe Mathieu-Daudé, 2024/04/27
- [RFC PATCH 09/14] exec/cpu: Restrict user-specific page definitions, Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 11/14] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb(), Philippe Mathieu-Daudé, 2024/04/27
- [PATCH 10/14] exec/user: Restrict 'syscall-trace.h' to user emulation, Philippe Mathieu-Daudé, 2024/04/27