Re: [PATCH 3/7] Improve alloc_percpu: expose percpu_modalloc and percpu_modfree

From: JÃrn Engel
Date: Mon Nov 17 2008 - 08:47:44 EST


On Mon, 17 November 2008 13:28:32 +0000, Rusty Russell wrote:
> +static inline void *percpu_modalloc(unsigned long size, unsigned long align)
> +{
> + return kzalloc(size);
> +}

You didn't test the patches much, did you? :)

JÃrn

--
This above all: to thine own self be true.
-- Shakespeare
--
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/