mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-04-02 07:51:55 +00:00
xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
Xen options need to depend on XEN. Also, add newline at end of file. Without this patch you need to disable CONFIG_PM in order to disable CPU hotplugging. Signed-off-by: Chuck Ebbert <cebbert@redhat.com> Acked-by Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
07bbc16a86
commit
08115ab4d9
@ -26,7 +26,7 @@ config XEN_MAX_DOMAIN_MEMORY
|
|||||||
|
|
||||||
config XEN_SAVE_RESTORE
|
config XEN_SAVE_RESTORE
|
||||||
bool
|
bool
|
||||||
depends on PM
|
depends on XEN && PM
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config XEN_DEBUG_FS
|
config XEN_DEBUG_FS
|
||||||
@ -35,4 +35,4 @@ config XEN_DEBUG_FS
|
|||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enable statistics output and various tuning options in debugfs.
|
Enable statistics output and various tuning options in debugfs.
|
||||||
Enabling this option may incur a significant performance overhead.
|
Enabling this option may incur a significant performance overhead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user