diff options
author | Kevin Hilman <[email protected]> | 2013-09-16 15:28:22 -0700 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2013-09-30 15:37:05 +0200 |
commit | 31c1fc8187158cb80ccd57c19e024c55af901797 (patch) | |
tree | 08e356f053f1ec74460b7d23df33dcf3ed8e3348 | |
parent | ff3fb2541246a83ce56c61d14df30b7a22e4302b (diff) |
ARM: Kconfig: allow full nohz CPU accounting
With the 64-bit requirement removed from VIRT_CPU_ACCOUNTING_GEN,
allow ARM platforms to enable it. Since VIRT_CPU_ACCOUNTING_GEN is a
dependency for full NO_HZ, this allows ARM platforms to enable full
NO_HZ as well.
Signed-off-by: Kevin Hilman <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Russell King <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Arm Linux <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1ad6fb6c094d..323baf07fdce 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -54,6 +54,7 @@ config ARM select HAVE_REGS_AND_STACK_ACCESS_API select HAVE_SYSCALL_TRACEPOINTS select HAVE_UID16 + select HAVE_VIRT_CPU_ACCOUNTING_GEN select IRQ_FORCED_THREADING select KTIME_SCALAR select MODULES_USE_ELF_REL |