Re: [PATCH 01/17] lib: Add shared copies of some GCC library routines

From: Randy Dunlap
Date: Mon Jul 10 2017 - 22:04:26 EST


On 07/10/2017 07:02 PM, Stephen Rothwell wrote:
> Hi Palmer,
>
> On Mon, 10 Jul 2017 18:39:08 -0700 Palmer Dabbelt <palmer@xxxxxxxxxxx> wrote:
>>
>> This patch adds a new copy of these library routine files, which are
>> functionally identical to the various other copies. These are
>> availiable via Kconfig as CONFIG_LIB_$ROUTINE, which currently isn't
>
> Umm, the patch actually uses CONFIG_GENERIC_$ROUTINE.
>
>> +config GENERIC_ASHLDI3
>> + def_bool n
>
> Just
> bool
> is the same.
>

and several "default n" lines can (should) be removed from Kconfig.


--
~Randy