Re: [PATCH] x86: Distinguish TLB shootdown interrupts from otherfunctions call interrupts

From: Alex Shi
Date: Sun Sep 23 2012 - 21:39:18 EST


On 09/20/2012 04:50 PM, Tomoki Sekiyama wrote:

> unsigned int irq_resched_count;
> unsigned int irq_call_count;
> + /* irq_tlb_count is double-counted in irq_call_count, so it must be
> + subtracted from irq_call_count when displaying irq_call_count */
> unsigned int irq_tlb_count;


Review again this patch, above comments is not kernel compatible format.
Could you change it like standard comment format:

/*
* xxxxxxx
* xxxx
*/

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