2012/12/26 Li Zhong <zh...@linux.vnet.ibm.com>:
> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to