Skip to content

Commit ab0af75

Browse files
bulwahnjgross1
authored andcommitted
xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY
Commit c70727a ("xen: allow more than 512 GB of RAM for 64 bit pv-domains") from July 2015 replaces the config XEN_MAX_DOMAIN_MEMORY with a new config XEN_512GB, but misses to adjust arch/x86/configs/xen.config. As XEN_512GB defaults to yes, there is no need to explicitly set any config in xen.config. Just remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20220817044333.22310-1-lukas.bulwahn@gmail.com Signed-off-by: Juergen Gross <jgross@suse.com>
1 parent 5ad3134 commit ab0af75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/configs/xen.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CONFIG_CPU_FREQ=y
1414

1515
# x86 xen specific config options
1616
CONFIG_XEN_PVH=y
17-
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
1817
CONFIG_XEN_SAVE_RESTORE=y
1918
# CONFIG_XEN_DEBUG_FS is not set
2019
CONFIG_XEN_MCE_LOG=y

0 commit comments

Comments
 (0)