]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: PPC: Move mtspr/mfspr emulation into own functions
authorAlexander Graf <agraf@suse.de>
Sat, 6 Oct 2012 21:19:01 +0000 (23:19 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 12 Oct 2012 07:58:35 +0000 (09:58 +0200)
commitf37f4441bbaf69e38d98678b757adbc7199eb1f2
tree8d708c5240b0da4ac35076b95eb4d9aa194ae2a0
parentf00a69a7e98830bcc20e004724d3a649e374a05f
KVM: PPC: Move mtspr/mfspr emulation into own functions

The mtspr/mfspr emulation code became quite big over time. Move it
into its own function so things stay more readable.

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