aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/Kconfig')
-rw-r--r--arch/x86/xen/Kconfig11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
index a234b9a71ab4..5b54892e4bc3 100644
--- a/arch/x86/xen/Kconfig
+++ b/arch/x86/xen/Kconfig
@@ -29,15 +29,12 @@ config XEN_PVHVM
29 depends on X86_LOCAL_APIC 29 depends on X86_LOCAL_APIC
30 30
31config XEN_MAX_DOMAIN_MEMORY 31config XEN_MAX_DOMAIN_MEMORY
32 int "Maximum allowed size of a domain in gigabytes" 32 int
33 default 8 if X86_32 33 default 128
34 default 32 if X86_64
35 depends on XEN 34 depends on XEN
36 help 35 help
37 The pseudo-physical to machine address array is sized 36 This only affects the sizing of some bss arrays, the unused
38 according to the maximum possible memory size of a Xen 37 portions of which are freed.
39 domain. This array uses 1 page per gigabyte, so there's no
40 need to be too stingy here.
41 38
42config XEN_SAVE_RESTORE 39config XEN_SAVE_RESTORE
43 bool 40 bool