Skip to content

Commit ff3fb25

Browse files
Kevin Hilmanfweisbec
authored andcommitted
nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT
The CONFIG_64BIT requirement on vtime can finally be removed since we now depend on HAVE_VIRT_CPU_ACCOUNTING_GEN which already takes care of the arch ability to handle nsecs based cputime_t safely. 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 554b000 commit ff3fb25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

init/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ config VIRT_CPU_ACCOUNTING_NATIVE
354354

355355
config VIRT_CPU_ACCOUNTING_GEN
356356
bool "Full dynticks CPU time accounting"
357-
depends on HAVE_CONTEXT_TRACKING && 64BIT
357+
depends on HAVE_CONTEXT_TRACKING
358358
depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
359359
select VIRT_CPU_ACCOUNTING
360360
select CONTEXT_TRACKING

kernel/time/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ config NO_HZ_FULL
100100
# RCU_USER_QS dependency
101101
depends on HAVE_CONTEXT_TRACKING
102102
# VIRT_CPU_ACCOUNTING_GEN dependency
103-
depends on 64BIT
104103
depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
105104
select NO_HZ_COMMON
106105
select RCU_USER_QS

0 commit comments

Comments
 (0)