xen/arm: rename xen_secondary_init and run it on every online cpu
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 8 May 2013 11:59:01 +0000 (11:59 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 13 May 2013 16:14:25 +0000 (16:14 +0000)
commit3cc8e40e8ff8e232a9dd672da81beabd09f87366
tree821a167f2c7b2f0c3414fddda725b48dcd4a7bcb
parentd7266d7894b111dee9b081c05944533bc8780eca
xen/arm: rename xen_secondary_init and run it on every online cpu

Rename xen_secondary_init to xen_percpu_init.
Run xen_percpu_init on the each online cpu, reuse the current on_each_cpu call.
Merge xen_percpu_enable_events into xen_percpu_init.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
arch/arm/xen/enlighten.c