Re: [PATCH v2 2/4] numa: avoid export acpi_numa variable

2013-02-04 Thread li guang
在 2013-02-04一的 21:39 -0800,David Rientjes写道: > On Tue, 5 Feb 2013, liguang wrote: > > > acpi_numa is used to prevent srat table > > being parsed, seems a little miss-named, > > if 'noacpi' was specified by cmdline and > > CONFIG_ACPI_NUMA was enabled, acpi_numa > > will be operated directly from e

Re: [PATCH v2 2/4] numa: avoid export acpi_numa variable

2013-02-04 Thread David Rientjes
On Tue, 5 Feb 2013, liguang wrote: > acpi_numa is used to prevent srat table > being parsed, seems a little miss-named, > if 'noacpi' was specified by cmdline and > CONFIG_ACPI_NUMA was enabled, acpi_numa > will be operated directly from everywhere > it needed to disable/enable numa in acpi > mode

Re: [PATCH v2 2/4] numa: avoid export acpi_numa variable

2013-02-04 Thread Yasuaki Ishimatsu
2013/02/05 11:37, liguang wrote: > acpi_numa is used to prevent srat table > being parsed, seems a little miss-named, > if 'noacpi' was specified by cmdline and > CONFIG_ACPI_NUMA was enabled, acpi_numa > will be operated directly from everywhere > it needed to disable/enable numa in acpi > mode wh