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

From: Yasunori Goto
Date: Thu Apr 20 2006 - 19:39:03 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.

Oops. I thought I fixed it, but I made mistake.
Sorry.

--
Yasunori Goto


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