On 09/01/2014 09:08 AM, Paul Gortmaker wrote:
>>>
>> diff --git a/init/Kconfig b/init/Kconfig
>> index ac033c3..f301cc8 100644
>> --- a/init/Kconfig
>> +++ b/init/Kconfig
>> @@ -23,6 +23,12 @@ config CONSTRUCTORS
>>  config IRQ_WORK
>>      bool
>>  
>> +config CPU_LITTLE_ENDIAN
>> +    bool
>> +
>> +config CPU_BIG_ENDIAN
>> +    bool
> 
> Perhaps you should take a cursory look at what already exists in tree
> before blindly trying to add more to it?
> 
> $ git grep CPU_BIG_ENDIAN | wc -l
> 88
> 

The whole point of this patchset is to make these already widely-used
options universal across the tree.

        -hpa


--
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