commit | 8b5869ad85f703ffeb25e656eab826f6b85b984c | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Oct 15 01:20:50 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Tue Oct 30 10:54:59 2012 +0100 |
tree | 76e8204a8598e16fae6acc211afc27665d8396a5 | |
parent | 9f8c8c7812976fbfaf4bb30aaf8f6b001864f20a [diff] |
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>