android_kernel_motorola_sm6225/arch/arm/xen
Stefano Stabellini 9a9ab3cc00 xen/arm: SMP support
Map vcpu_info using VCPUOP_register_vcpu_info on all the online vcpus,
make sure the allocated struct doesn't cross a page boundary.

Call enable_percpu_irq on every cpu.

Changes in v5:
- allocate xen_vcpu_info dynamically, aligning it to the size of the
struct;
- use VCPUOP_register_vcpu_info on cpu0 too.

Changed in v2:
- move the percpu variable argument fix to a separate patch;
- remove unused variable.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2013-04-25 16:46:07 +00:00
..
enlighten.c xen/arm: SMP support 2013-04-25 16:46:07 +00:00
grant-table.c xen: grant: use xen_pfn_t type for frame_list. 2012-10-19 15:17:55 -04:00
hypercall.S xen/arm: implement HYPERVISOR_vcpu_op 2013-04-25 16:46:07 +00:00
Makefile xen/arm: empty implementation of grant_table arch specific functions 2012-08-08 16:34:11 +00:00