]> rtime.felk.cvut.cz Git - jailhouse.git/commit
arm: Migrate SMP mailbox to generic MMIO dispatcher
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 5 Aug 2015 09:51:36 +0000 (11:51 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 14 Aug 2015 06:17:40 +0000 (08:17 +0200)
commit2a4f65d88b02b5665e52c7bbf68b464d951302b4
tree3bfa8fca79fd923d91c3a784655d4402f7c3bdba
parentfc99023ea8cbba39eb822c05319e1c5bd254c81a
arm: Migrate SMP mailbox to generic MMIO dispatcher

Where needed, register the SMP mailbox MMIO page with the generic
dispatcher and remove the SMP-specific dispatcher invocation from
arch_handle_dabt.

This further concentrates the Versatile Express-specific SMP services in
that module.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/include/asm/smp.h
hypervisor/arch/arm/mmio.c
hypervisor/arch/arm/smp-vexpress.c
hypervisor/arch/arm/smp.c