Skip to content

Commit 31c1fc8

Browse files
Kevin Hilmanfweisbec
authored andcommitted
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 <khilman@linaro.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Russell King <rmk@arm.linux.org.uk> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Arm Linux <linux-arm-kernel@lists.infradead.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
1 parent ff3fb25 commit 31c1fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ config ARM
5454
select HAVE_REGS_AND_STACK_ACCESS_API
5555
select HAVE_SYSCALL_TRACEPOINTS
5656
select HAVE_UID16
57+
select HAVE_VIRT_CPU_ACCOUNTING_GEN
5758
select IRQ_FORCED_THREADING
5859
select KTIME_SCALAR
5960
select MODULES_USE_ELF_REL

0 commit comments

Comments
 (0)