]> git.baikalelectronics.ru Git - kernel.git/commit
xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 17 Aug 2022 04:43:33 +0000 (06:43 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 25 Aug 2022 11:38:03 +0000 (13:38 +0200)
commit88732c13db647ef96b27997b6d643db9fd32192c
treef9d3d1e74c3c5f5676d4d39c09975d25d672e885
parent9e6ee113c488736e9ad5321b4a891384ea428f09
xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY

Commit e2ccc6d2f15f ("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>
arch/x86/configs/xen.config