linux/arch/powerpc/include
Paul Mackerras 8b5869ad85 KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()
This fixes an error in the inline asm in try_lock_hpte() where we
were erroneously using a register number as an immediate operand.
The bug only affects an error path, and in fact the code will still
work as long as the compiler chooses some register other than r0
for the "bits" variable.  Nevertheless it should still be fixed.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
2012-10-30 10:54:59 +01:00
..
asm KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte() 2012-10-30 10:54:59 +01:00
uapi/asm PPC: ePAPR: Convert header to uapi 2012-10-30 10:54:52 +01:00