ARM: KVM: move exit handler selection to a separate file
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 5 Oct 2012 10:11:11 +0000 (11:11 +0100)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:43 +0000 (15:48 -0800)
The exit handler selection code cannot be shared with arm64
(two different modes, more exception classes...).

Move it to a separate file (handle_exit.c).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>

No differences found