[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/14] exec: Drop redundant #ifdeffery
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 09/14] exec: Drop redundant #ifdeffery |
Date: |
Fri, 13 Mar 2020 19:36:47 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
exec.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/exec.c b/exec.c
index 7bc9828c5b..f258502966 100644
--- a/exec.c
+++ b/exec.c
@@ -185,10 +185,6 @@ struct DirtyBitmapSnapshot {
unsigned long dirty[];
};
-#endif
-
-#if !defined(CONFIG_USER_ONLY)
-
static void phys_map_node_reserve(PhysPageMap *map, unsigned nodes)
{
static unsigned alloc_hint = 16;
--
2.21.1
- Re: [PATCH 04/14] tests/Makefile: Restrict some softmmu-only tests, (continued)
- [PATCH 05/14] stubs/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 06/14] util/Makefile: Reduce the user-mode object list, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 07/14] target/riscv/cpu: Restrict CPU migration to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 08/14] exec: Assert CPU migration is not used on user-only build, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 09/14] exec: Drop redundant #ifdeffery,
Philippe Mathieu-Daudé <=
- [PATCH 10/14] arch_init: Remove unused 'qapi-commands-misc.h' include, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 11/14] target: Restrict write_elfXX_note() handlers to system-mode, Philippe Mathieu-Daudé, 2020/03/13
- [PATCH 12/14] target/i386: Restrict CpuClass::get_crash_info() to system-mode, Philippe Mathieu-Daudé, 2020/03/13