]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf13601e5fe1c930fc78c703256a61bc1ecdcabb5
tree821a167f2c7b2f0c3414fddda725b48dcd4a7bcb
parent40a197956f15d4898d54513281055ba86026201f
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