[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110214112931.GF18742@htj.dyndns.org>
Date: Mon, 14 Feb 2011 12:29:31 +0100
From: Tejun Heo <tj@...nel.org>
To: Yinghai Lu <yinghai@...nel.org>
Cc: linux-kernel@...r.kernel.org, x86@...nel.org, brgerst@...il.com,
gorcunov@...il.com, shaohui.zheng@...el.com, rientjes@...gle.com,
mingo@...e.hu, hpa@...ux.intel.com
Subject: Re: [PATCH 04/26] x86-64, NUMA: Unify
{acpi|amd}_{numa_init|scan_nodes}() arguments and return values
On Sat, Feb 12, 2011 at 10:39:03AM -0800, Yinghai Lu wrote:
> > @@ -297,7 +297,10 @@ int __init acpi_numa_init(void)
> > acpi_table_parse(ACPI_SIG_SLIT, acpi_parse_slit);
> >
> > acpi_numa_arch_fixup();
> > - return ret;
> > +
> > + if (cnt <= 0)
> > + return cnt ?: -ENOENT;
> > + return 0;
> > }
> >
> > int acpi_get_pxm(acpi_handle h)
>
>
> it will break AMD system that does not have SRAT.
>
> your change will treat NO_SRAT as SRAT is there.
Can you please elaborate a bit? Yinghai, there's brevity and there's
being cryptic. I appreciate your reviews but don't want to spend time
trying to decipher what you mean. If it doesn't hurt your fingers too
much, please put a bit more effort into explaining.
Thank you.
--
tejun
--
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