projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a917d60
)
x86: undefine BOOSTRAP_MAP_LIMIT after its last user
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 28 Sep 2018 08:39:58 +0000
(09:39 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Fri, 28 Sep 2018 17:08:07 +0000
(18:08 +0100)
Requested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/setup.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/setup.c
b/xen/arch/x86/setup.c
index cf404ecf124c06870b3a312af48935eaaf032f86..ae6f4d95c15bd7632e14f76015d0fac9f38f9047 100644
(file)
--- a/
xen/arch/x86/setup.c
+++ b/
xen/arch/x86/setup.c
@@
-416,6
+416,8
@@
static void *__init move_memory(
return NULL;
}
+#undef BOOTSTRAP_MAP_LIMIT
+
static uint64_t __init consider_modules(
uint64_t s, uint64_t e, uint32_t size, const module_t *mod,
unsigned int nr_mods, unsigned int this_mod)