diff mbox

[Xen-devel,v2,01/41] arm/acpi: Build numa for x86 only

Message ID 1431893048-5214-2-git-send-email-parth.dixit@linaro.org
State New
Headers show

Commit Message

Parth Dixit May 17, 2015, 8:03 p.m. UTC
From: Naresh Bhat <naresh.bhat@linaro.org>

Numa is currently not supported for arm in xen.
Configure and build numa for x86 architecture only.

Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org>
Signed-off-by: Parth Dixit <parth.dixit@linaro.org>
---
 xen/drivers/acpi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Parth Dixit July 5, 2015, 12:59 p.m. UTC | #1
+shannon

On 20 May 2015 at 22:01, Jan Beulich <JBeulich@suse.com> wrote:
>>>> On 20.05.15 at 17:49, <julien.grall@citrix.com> wrote:
>> What about defining a new define HAVE_NUMA?
>
> That might be an acceptable compromise.
>
> Jan
>
Parth Dixit July 5, 2015, 5:49 p.m. UTC | #2
On 5 July 2015 at 23:09, Julien Grall <julien.grall@citrix.com> wrote:
> Hi,
>
> On 05/07/2015 13:59, Parth Dixit wrote:
>>
>> +shannon
>
>
> I've just received ~50 mails "+shannon". Couldn't you have forward all the
> email privately rather replying to every single mail and cc shannon?
I thought about FWD'ing initially but thought it would be better to CC
, in case he has any questions he can continue with the same mail
chain and others would also be aware that he is working on it
otherwise it may lead to confusion.
Sorry for the trouble..
> Archives also exists for Xen devel, and it's even possible to  download them
> in order to answer to the mail....
>
> Regards,
>
> --
> Julien Grall
diff mbox

Patch

diff --git a/xen/drivers/acpi/Makefile b/xen/drivers/acpi/Makefile
index bbb06a7..7294b5a 100644
--- a/xen/drivers/acpi/Makefile
+++ b/xen/drivers/acpi/Makefile
@@ -3,7 +3,7 @@  subdir-y += utilities
 subdir-$(x86) += apei
 
 obj-bin-y += tables.init.o
-obj-y += numa.o
+obj-$(x86) += numa.o
 obj-y += osl.o
 obj-y += pmstat.o