]> git.baikalelectronics.ru Git - kernel.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>
Tue, 30 Oct 2012 09:54:51 +0000 (10:54 +0100)
commit4afc99df61828164847349fe52338c817d42b495
treee86e275ddbb34fdd7cd0d9ecd5390be2bbfb7963
parentd08a9b5db4b7ddb2e1a0d2f59cb78f4080f8bfbc
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