[RFC][patch] Make DCACHE_LINE runtime-settable

Tom Tromey tromey@redhat.com
Mon Jul 25 19:33:00 GMT 2011


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

>> +/* BLOCK_FUNC routine for dcache_free.  */
>> +
>> +static void
>> +free_block (struct dcache_block *block, void *param)
>> +{
>> +  free (block);

Pedro> xfree.

This one is just moving code from one spot to another.
I don't mind it if Paul wants to fix it, but I think as a rule we
shouldn't "review the context" and make patch submitters fix nits which
already appear in the source.

Tom



More information about the Gdb-patches mailing list