[RFC] preliminary support for sparse IRQ

Eric Miao eric.y.miao at gmail.com
Wed Dec 30 20:04:31 EST 2009


2009/12/31 Uwe Kleine-König <u.kleine-koenig at pengutronix.de>:
> Hello Eric,
>
>> index c6c57b6..747f4ad 100644
>> --- a/arch/arm/kernel/setup.c
>> +++ b/arch/arm/kernel/setup.c
>> @@ -629,7 +629,7 @@ __tagtable(ATAG_REVISION, parse_tag_revision);
>>
>>  static int __init parse_tag_cmdline(const struct tag *tag)
>>  {
>> -     strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
>> +     //strlcpy(default_command_line, tag->u.cmdline.cmdline, COMMAND_LINE_SIZE);
> I think this hunk isn't intended?
>

Nah, this is a lazy-man's trick to override the passed command line :-)

// embarrassed



More information about the linux-arm-kernel mailing list