diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-12-25 07:39:25 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-12-25 07:39:15 -0500 |
commit | c185b783b0993c294ca22ad0a55e6cdf8df4f9d3 (patch) | |
tree | de475f1f37f8b2e1b58ddd4a41e0666afa6672cb /arch/s390/Kconfig | |
parent | 349f1b671a4b2612c1355612bedadc81f86d26f1 (diff) |
[S390] Remove config options.
On s390 we always want to run with precise cputime accounting.
Remove the config options VIRT_TIMER and VIRT_CPU_ACCOUNTING.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 7a18d2380e2c..8152fefc97b9 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -69,6 +69,9 @@ config PGSTE | |||
69 | bool | 69 | bool |
70 | default y if KVM | 70 | default y if KVM |
71 | 71 | ||
72 | config VIRT_CPU_ACCOUNTING | ||
73 | def_bool y | ||
74 | |||
72 | mainmenu "Linux Kernel Configuration" | 75 | mainmenu "Linux Kernel Configuration" |
73 | 76 | ||
74 | config S390 | 77 | config S390 |
@@ -469,22 +472,9 @@ config PAGE_STATES | |||
469 | hypervisor. The ESSA instruction is used to do the states | 472 | hypervisor. The ESSA instruction is used to do the states |
470 | changes between a page that has content and the unused state. | 473 | changes between a page that has content and the unused state. |
471 | 474 | ||
472 | config VIRT_TIMER | ||
473 | bool "Virtual CPU timer support" | ||
474 | help | ||
475 | This provides a kernel interface for virtual CPU timers. | ||
476 | Default is disabled. | ||
477 | |||
478 | config VIRT_CPU_ACCOUNTING | ||
479 | bool "Base user process accounting on virtual cpu timer" | ||
480 | depends on VIRT_TIMER | ||
481 | help | ||
482 | Select this option to use CPU timer deltas to do user | ||
483 | process accounting. | ||
484 | |||
485 | config APPLDATA_BASE | 475 | config APPLDATA_BASE |
486 | bool "Linux - VM Monitor Stream, base infrastructure" | 476 | bool "Linux - VM Monitor Stream, base infrastructure" |
487 | depends on PROC_FS && VIRT_TIMER=y | 477 | depends on PROC_FS |
488 | help | 478 | help |
489 | This provides a kernel interface for creating and updating z/VM APPLDATA | 479 | This provides a kernel interface for creating and updating z/VM APPLDATA |
490 | monitor records. The monitor records are updated at certain time | 480 | monitor records. The monitor records are updated at certain time |