]> 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>
Sat, 27 Oct 2012 10:16:46 +0000 (12:16 +0200)
commit4c3d168ef597d5404da0f771e720a5e7340d0c34
treee86e275ddbb34fdd7cd0d9ecd5390be2bbfb7963
parentc9835fea4faa669539d19ef0966b78bdd77b03da
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