]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: PV instructions to loads and stores
authorAlexander Graf <agraf@suse.de>
Thu, 29 Jul 2010 12:47:59 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:52 +0000 (10:50 +0200)
commit3bf18783294b2f802fb0e8f88d5d9f3a7a16133f
tree81e278085861e233ca8f313dfe2e2d11e14f098d
parent585e73defd9cd39523af05a213658bb391717489
KVM: PPC: PV instructions to loads and stores

Some instructions can simply be replaced by load and store instructions to
or from the magic page.

This patch replaces often called instructions that fall into the above category.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kernel/kvm.c