Re: [Xen-devel] [PATCH RFC 01/35] xen: acpi: Build numa and pmstate x86 only

2015-02-04 Thread Julien Grall
Hi Parth, On 04/02/2015 14:01, parth.di...@linaro.org wrote: From: Naresh Bhat Configure and build numa, pmstate for x86 architecture only. Can you explain why you need to disable them? I.e this code is contains some x86 dependencies and both feature are not supported on ARM right now. R

[Xen-devel] [PATCH RFC 01/35] xen: acpi: Build numa and pmstate x86 only

2015-02-04 Thread parth . dixit
From: Naresh Bhat Configure and build numa, pmstate for x86 architecture only. Signed-off-by: Naresh Bhat --- xen/drivers/acpi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/drivers/acpi/Makefile b/xen/drivers/acpi/Makefile index bbb06a7..009fe5a 100644 --