commit | 7c470539c95630c1f2a10f109e96f249730b75eb | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri May 17 14:41:37 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Tue May 21 11:55:26 2013 +0300 |
tree | b3d518e9d6d92eb157ace9aa864dd3515c4e216b | |
parent | 2c70fe4416d5f6d092b20ebf7d7654835e09c109 [diff] |
s390/kvm: avoid automatic sie reentry Do not automatically restart the sie instruction in entry64.S after an interrupt, return to the caller with a reason code instead. That allows to deal with RCU and other conditions in C code. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>