Re: [PATCH 2/3] init/Kconfig: VIRT_CPU_ACCOUNTING_GEN: drop 64-bit requirement

2013-07-19 Thread Frederic Weisbecker
On Wed, Jul 03, 2013 at 11:36:40AM -0700, Kevin Hilman wrote: > The 64-bit requirement can be removed after the conversion of the nsec > granularity cputime to work on !64_BIT, which was done in commit > 8c23b80e (cputime_nsecs: use math64.h for nsec resolution conversion > helpers) > > Cc: Freder

[PATCH 2/3] init/Kconfig: VIRT_CPU_ACCOUNTING_GEN: drop 64-bit requirement

2013-07-03 Thread Kevin Hilman
The 64-bit requirement can be removed after the conversion of the nsec granularity cputime to work on !64_BIT, which was done in commit 8c23b80e (cputime_nsecs: use math64.h for nsec resolution conversion helpers) Cc: Frederic Weisbecker Signed-off-by: Kevin Hilman --- init/Kconfig | 2 +- 1 fi