Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

xen: Kconfig: remove X86_64 depends from XEN_512GB

commit bfda93aee0ec ("xen: Kconfig: nest Xen guest options")
accidentally re-added X86_64 as a dependency to XEN_512GB. It was
originally removed in commit a13f2ef168cb ("x86/xen: remove 32-bit Xen
PV guest support"). Remove it again.

Fixes: bfda93aee0ec ("xen: Kconfig: nest Xen guest options")
Reported-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20201216140838.16085-1-jandryuk@gmail.com
Signed-off-by: Juergen Gross <jgross@suse.com>

authored by

Jason Andryuk and committed by
Juergen Gross
6190c0cc 5e65f524

+1 -1
+1 -1
arch/x86/xen/Kconfig
··· 28 28 29 29 config XEN_512GB 30 30 bool "Limit Xen pv-domain memory to 512GB" 31 - depends on XEN_PV && X86_64 31 + depends on XEN_PV 32 32 default y 33 33 help 34 34 Limit paravirtualized user domains to 512GB of RAM.