From: Lukas Bulwahn Date: Wed, 17 Aug 2022 04:43:33 +0000 (+0200) Subject: xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY X-Git-Tag: v6.1-rc5~412^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab0af755d40f2ea4ef01503e7bebf083f65c9062;p=platform%2Fkernel%2Flinux-starfive.git xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY Commit c70727a5bc18 ("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 Reviewed-by: Juergen Gross Link: https://lore.kernel.org/r/20220817044333.22310-1-lukas.bulwahn@gmail.com Signed-off-by: Juergen Gross --- diff --git a/arch/x86/configs/xen.config b/arch/x86/configs/xen.config index d9fc713..5812962 100644 --- a/arch/x86/configs/xen.config +++ b/arch/x86/configs/xen.config @@ -14,7 +14,6 @@ CONFIG_CPU_FREQ=y # x86 xen specific config options CONFIG_XEN_PVH=y -CONFIG_XEN_MAX_DOMAIN_MEMORY=500 CONFIG_XEN_SAVE_RESTORE=y # CONFIG_XEN_DEBUG_FS is not set CONFIG_XEN_MCE_LOG=y