RE: [Xen-ia64-devel] ia64 builds broken in xen-unstable mainline

2008-10-01 Thread Yu, Ke
Isaku, Sorry for the late response, as Fred said, we are in holiday now. I am updating the patch now. And it should be ready today or tomorrow. Best Regards Ke Yang, Fred wrote: > Isaku, > > You may need to create a patch to workaround the issue first since > our PRC team is on the national hol

RE: [Xen-ia64-devel] [PATCH 1/3] IA64: add cpufreq support

2008-10-01 Thread Yu, Ke
Thanks for the comments. Please see attached updated patch. Two changes are made: 1. change the cpufreq.c to linux style indent 2. split the x86 change from cpufreq.h Best Regards Ke Isaku Yamahata wrote: > On Sat, Sep 27, 2008 at 10:12:03AM +0800, Yu, Ke wrote: >> IA64: Add cpufreq ia64 driver

RE: [Xen-ia64-devel] [PATCH 2/3] IA64: add cpufreq support

2008-10-01 Thread Yu, Ke
Please see attached updated patch. Three changes are made: 1. use ia64 platfrom hypercall instead of dom0 ops hypercall for cpufreq info notify. 2. make ia64_acpiid_to_sapicid[] static 3. fix the indent Best Regards Ke Isaku Yamahata wrote: > On Sat, Sep 27, 2008 at 10:12:37AM +0800, Yu, Ke wr

RE: [Xen-ia64-devel] [PATCH 3/3] IA64: add cpufreq support

2008-10-01 Thread Yu, Ke
Please see attached patch. Two changes are made: 1. use platform hypercall instead of dom0 ops hyercall 2. fix the tab and space mixed issue. BTW, for the drivers/acpi/Kconfig hunk, although it is common file, the change is purly ia64 spefific. And without this hunk, the dom0 can not pass compi