Re: [PATCH 1/3] nohz: Kconfig: remove redundant 64-bit dependency

2013-07-19 Thread Frederic Weisbecker
On Wed, Jul 03, 2013 at 11:36:39AM -0700, Kevin Hilman wrote: > The current 64-bit dependency is on VIRT_CPU_ACCOUNTING_GEN, which already > has its own dependency on 64-bit. Remove it from NO_HZ_FULL. It's not exactly redundant. It's a necessary dependency inheritance. When we select

Re: [PATCH 1/3] nohz: Kconfig: remove redundant 64-bit dependency

2013-07-19 Thread Frederic Weisbecker
On Wed, Jul 03, 2013 at 11:36:39AM -0700, Kevin Hilman wrote: The current 64-bit dependency is on VIRT_CPU_ACCOUNTING_GEN, which already has its own dependency on 64-bit. Remove it from NO_HZ_FULL. It's not exactly redundant. It's a necessary dependency inheritance. When we select NO_HZ_FULL,

[PATCH 1/3] nohz: Kconfig: remove redundant 64-bit dependency

2013-07-03 Thread Kevin Hilman
The current 64-bit dependency is on VIRT_CPU_ACCOUNTING_GEN, which already has its own dependency on 64-bit. Remove it from NO_HZ_FULL. Cc: Frederic Weisbecker Signed-off-by: Kevin Hilman --- kernel/time/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/time/Kconfig

[PATCH 1/3] nohz: Kconfig: remove redundant 64-bit dependency

2013-07-03 Thread Kevin Hilman
The current 64-bit dependency is on VIRT_CPU_ACCOUNTING_GEN, which already has its own dependency on 64-bit. Remove it from NO_HZ_FULL. Cc: Frederic Weisbecker fweis...@gmail.com Signed-off-by: Kevin Hilman khil...@linaro.org --- kernel/time/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff