aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af6c7f8ba01..c40d0fb044e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -267,6 +267,19 @@ config POSIX_MQUEUE_SYSCTL
267 depends on SYSCTL 267 depends on SYSCTL
268 default y 268 default y
269 269
270config VIRT_CPU_ACCOUNTING
271 bool "Deterministic task and CPU time accounting"
272 depends on HAVE_VIRT_CPU_ACCOUNTING
273 default y if PPC64
274 help
275 Select this option to enable more accurate task and CPU time
276 accounting. This is done by reading a CPU counter on each
277 kernel entry and exit and on transitions within the kernel
278 between system, softirq and hardirq state, so there is a
279 small performance impact. In the case of s390 or IBM POWER > 5,
280 this also enables accounting of stolen time on logically-partitioned
281 systems.
282
270config BSD_PROCESS_ACCT 283config BSD_PROCESS_ACCT
271 bool "BSD Process Accounting" 284 bool "BSD Process Accounting"
272 help 285 help