KVM: PPC: Move BAT handling code into spr handler
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 21:23:04 +0000 (23:23 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:10 +0000 (10:52 +0200)
commitc1c88e2fa16f979ba3e99018a53962abe852b30f
tree0266ec09777ae881679361cb4fffb46446f02502
parent7508e16c9f2a20f7721d7bc47c33a7b34c873a2c
KVM: PPC: Move BAT handling code into spr handler

The current approach duplicates the spr->bat finding logic and makes it harder
to reuse the actually used variables. So let's move everything down to the spr
handler.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_emulate.c