Skip to content

Commit

Permalink
xen: Kconfig: remove X86_64 depends from XEN_512GB
Browse files Browse the repository at this point in the history
commit bfda93a ("xen: Kconfig: nest Xen guest options")
accidentally re-added X86_64 as a dependency to XEN_512GB.  It was
originally removed in commit a13f2ef ("x86/xen: remove 32-bit Xen
PV guest support").  Remove it again.

Fixes: bfda93a ("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>
  • Loading branch information
Jason Andryuk authored and Juergen Gross committed Dec 19, 2020
1 parent 5e65f52 commit 6190c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config XEN_PV

config XEN_512GB
bool "Limit Xen pv-domain memory to 512GB"
depends on XEN_PV && X86_64
depends on XEN_PV
default y
help
Limit paravirtualized user domains to 512GB of RAM.
Expand Down

0 comments on commit 6190c0c

Please sign in to comment.