Message ID | 1431893048-5214-2-git-send-email-parth.dixit@linaro.org |
---|---|
State | New |
Headers | show |
+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 >
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 --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