Re: [PATCH -v4] generic-ipi: remove kmalloc()
From: Peter Zijlstra
Date: Tue Feb 17 2009 - 17:16:19 EST
On Tue, 2009-02-17 at 23:09 +0100, Oleg Nesterov wrote:
> I guess you should re-send your previous patch in any case,
Just send -v5 with 3 patches that form a full series against -tip.
> } else if ((unsigned)cpu < nr_cpu_ids && cpu_online(cpu)) {
> - struct call_single_data *data;
> + struct call_single_data *data = {
> + .flags = 0,
> + };
>
> this looks a bit suspicious ;)
Hehe, yes, I lost a refresh thereabouts. Should be fixed in the latest.
--
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/