summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2012-08-06 00:03:28 +0000
committerAlexander Graf <agraf@suse.de>2012-08-16 14:14:52 +0200
commit04f995a544d1289ffb8108849cd71b1325c5af6a (patch)
treeda83b019ef1dfc8a0997a3c42de5359f9d7b599d /arch/powerpc/mm/mem.c
parent439793d4b3c99e550daebd868bbd58967c93d0b3 (diff)
downloadop-kernel-dev-04f995a544d1289ffb8108849cd71b1325c5af6a.zip
op-kernel-dev-04f995a544d1289ffb8108849cd71b1325c5af6a.tar.gz
KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
In handling the H_CEDE hypercall, if this vcpu has already been prodded (with the H_PROD hypercall, which Linux guests don't in fact use), we branch to a numeric label '1f'. Unfortunately there is another '1:' label before the one that we want to jump to. This fixes the problem by using a textual label, 'kvm_cede_prodded'. It also changes the label for another longish branch from '2:' to 'kvm_cede_exit' to avoid a possible future problem if code modifications add another numeric '2:' label in between. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/mm/mem.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud