Re: [PATCH -RT] Softirq splitting

From: YOSHIFUJI Hideaki / 吉藤英明
Date: Wed Jun 08 2005 - 09:17:59 EST


In article <1118239409.20785.628.camel@xxxxxxxxxxxxxxxxxxxxxx> (at Wed, 08 Jun 2005 16:03:29 +0200), Thomas Gleixner <tglx@xxxxxxxxxxxxx> says:

> diff --exclude='*~' -urN linux-2.6.12-rc6-rt/include/linux/interrupt.h linux-2.6.12-rc6-rt-work/include/linux/interrupt.h
> --- linux-2.6.12-rc6-rt/include/linux/interrupt.h 2005-06-08 00:38:35.000000000 +0200
> +++ linux-2.6.12-rc6-rt-work/include/linux/interrupt.h 2005-06-08 15:31:48.000000000 +0200
> @@ -113,6 +113,8 @@
> NET_RX_SOFTIRQ,
> SCSI_SOFTIRQ,
> TASKLET_SOFTIRQ
> + /* Entries after this are ignored in the split softirq mode */
> + MAX_SOFTIRQ,
> };
>

Hey, have you ever compiled?
You need comma after TASKLET_SOFTIRQ.

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