[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080701202407.GC4896@elte.hu>
Date: Tue, 1 Jul 2008 22:24:07 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Vegard Nossum <vegard.nossum@...il.com>
Cc: Pekka Enberg <penberg@...helsinki.fi>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [git pull] kmemcheck updates for -tip
* Vegard Nossum <vegard.nossum@...il.com> wrote:
> Hi Ingo,
>
> Please pull the 'for-tip' branch of
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck.git for-tip
>
> to receive the following changes:
>
> Vegard Nossum (3):
> kmemcheck: fix sparse warnings
> softirq: raise the right softirq
> kmemcheck: use the proper comment style
pulled into tip/kmemcheck, thanks Vegard!
btw:
> --- a/kernel/softirq.c
> +++ b/kernel/softirq.c
> @@ -399,7 +399,7 @@ void __tasklet_hi_schedule_first(struct tasklet_struct *t)
>
> t->next = __get_cpu_var(tasklet_hi_vec).head;
> __get_cpu_var(tasklet_hi_vec).head = t;
> - __raise_softirq_irqoff(TASKLET_SOFTIRQ);
> + __raise_softirq_irqoff(HI_SOFTIRQ);
> }
i think i'll put this one into core/softirqs as well.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists