| commit | 234779a2b9141d9386289ba5ed86c9d617567646 | [log] [tgz] |
|---|---|---|
| author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Wed Dec 09 16:36:42 2015 +0100 |
| committer | Cornelia Huck <cornelia.huck@de.ibm.com> | Wed Jan 27 15:34:48 2016 +0100 |
| tree | c6d0b32f928900641ac67e9faa5d81c849ad6e72 | |
| parent | b3820e6ca0c364cfa73c9bc1614d2f303fc74703 [diff] |
s390x: s390_cpu_get_phys_page_debug has to return -1 If translation fails, we have to return -1. For now, we would simply return the value last stored to raddr (if any). This way, reading invalid memory via gdb will return values, although it shouldn't. Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>