commit | 3cc8e40e8ff8e232a9dd672da81beabd09f87366 | [log] [tgz] |
---|---|---|
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Wed May 08 11:59:01 2013 +0000 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Mon May 13 16:14:25 2013 +0000 |
tree | 821a167f2c7b2f0c3414fddda725b48dcd4a7bcb | |
parent | d7266d7894b111dee9b081c05944533bc8780eca [diff] |
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>