diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-09-11 04:29:01 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-09-11 04:29:54 -0400 |
commit | 2ddddf3e0a55a7fcd6f240a7416cfcb12dd38b7e (patch) | |
tree | d1c923319164723d8d46450c5a01ff85d8847b83 /arch/s390/Kconfig | |
parent | 5dd1d2ece0250125fec2dcccbfb8ab9bb2ac020c (diff) |
[S390] Enable guest page hinting by default.
Get rid of the PAGE_STATES config option and enable guest page hinting
by default.
It can be disabled by specifying "cmma=off" at the command line.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 47836b945d03..e030e86ff6a3 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -480,13 +480,6 @@ config CMM_IUCV | |||
480 | Select this option to enable the special message interface to | 480 | Select this option to enable the special message interface to |
481 | the cooperative memory management. | 481 | the cooperative memory management. |
482 | 482 | ||
483 | config PAGE_STATES | ||
484 | bool "Unused page notification" | ||
485 | help | ||
486 | This enables the notification of unused pages to the | ||
487 | hypervisor. The ESSA instruction is used to do the states | ||
488 | changes between a page that has content and the unused state. | ||
489 | |||
490 | config APPLDATA_BASE | 483 | config APPLDATA_BASE |
491 | bool "Linux - VM Monitor Stream, base infrastructure" | 484 | bool "Linux - VM Monitor Stream, base infrastructure" |
492 | depends on PROC_FS | 485 | depends on PROC_FS |