Re: [PATCHv2 1/7] x86: remove superflous goal definition of tsc_sync

From: Henrik Kretzschmar
Date: Fri Mar 04 2011 - 10:57:19 EST


Am 04.03.2011 13:50, schrieb Cyrill Gorcunov:
>> Probably we better write it this way:
>>
>> - obj-$(CONFIG_SMP) += smpboot.o tsc_sync.o
>> - obj-$(CONFIG_X86_64_SMP) += tsc_sync.o
>>
>> + obj-$(CONFIG_SMP) += smpboot.o
>> + obj-$(CONFIG_SMP) += tsc_sync.o
>>

Yes, I see what you mean. Removing/adding one item on such a multiple item
line makes muddled diffs.

Thank you for friendly reviewing, patience and your Acked-by,

Henrik Kretzschmar


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