Re: [PATCH 02/24] cputime: Generic on-demand virtual cputime accounting

From: Frederic Weisbecker
Date: Sat Dec 29 2012 - 08:15:24 EST


2012/12/26 Li Zhong <zhong@xxxxxxxxxxxxxxxxxx>:
> On Thu, 2012-12-20 at 19:32 +0100, Frederic Weisbecker wrote:
>> diff --git a/init/Kconfig b/init/Kconfig
>> index 60579d6..a64b3e8 100644
>> --- a/init/Kconfig
>> +++ b/init/Kconfig
>> @@ -340,7 +340,9 @@ config TICK_CPU_ACCOUNTING
>>
>> config VIRT_CPU_ACCOUNTING
>> bool "Deterministic task and CPU time accounting"
>> - depends on HAVE_VIRT_CPU_ACCOUNTING
>> + depends on HAVE_VIRT_CPU_ACCOUNTING || HAVE_CONTEXT_TRACKING
>> + select VIRT_CPU_ACCOUNTING_GEN if !HAVE_VIRT_CPU_ACCOUNTING
>> + default y if PPC64
>
> I saw
> "init/Kconfig:346:warning: defaults for choice values not supported"
> on this line. So maybe we don't need it. And we already have
> "default VIRT_CPU_ACCOUNTING if PPC64"
>
> Thanks, Zhong

Fixed for the next version, thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/