Re: [Patch: 001/006] pgdat allocation for new node add (specifynode id)

From: Andrew Morton
Date: Thu Apr 20 2006 - 18:50:47 EST


Yasunori Goto <y-goto@xxxxxxxxxxxxxx> wrote:
>
> +int add_memory(int nid, u64 start, u64 size)
> +{
> + int ret;
> +
> + /* call arch's memory hotadd */
> + ret = arch_add_memory(nid, start, size;
> +
> + return ret;
> +}

So this patch is missing a ), but your later patch which touches this code
actually has the ). Which tells me that this isn't the correct version of
this patch.

I'll fix that all up, but I would ask you to carefully verify that the
patches which I merged are the ones which you meant to send, thanks.

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