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)
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>

No differences found