]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/arm: don't try to re-register vcpu_info on cpu_hotplug.
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 22 Oct 2015 16:22:46 +0000 (16:22 +0000)
committerJoao Martins <joao.m.martins@oracle.com>
Sun, 27 Mar 2016 01:01:25 +0000 (02:01 +0100)
commit1cce8ccfeeeb81e3f564f96c635b58a5a7a07281
tree74e308ae84c5211a5f15d5d712e7225b785da21d
parent90d4aede271655b4059d2450748c4ad991a0accc
xen/arm: don't try to re-register vcpu_info on cpu_hotplug.

Call disable_percpu_irq on CPU_DYING and enable_percpu_irq when the cpu
is coming up.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
(cherry picked from commit cb9644bf3b549d20656cca02e8a6332c67cf37d6)
Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
arch/arm/xen/enlighten.c