commit | dc4123303b54657389c952049bf5738dd753d004 | [log] [tgz] |
---|---|---|
author | Michael Holzheu <holzheu@de.ibm.com> | Tue Jul 10 11:24:15 2007 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jul 10 11:24:48 2007 +0200 |
tree | 46e6f092defc8a499e9696a1fa4490216d6479a2 | |
parent | 8a88367088a6b9964d99694b30d80720f019bea2 [diff] |
[S390] Program check in diag 210 under 31 bit If a virtual address is passed to the diag210 function under 31 bit, we get a programming exception, since diag 210 only works with physical addresses. To fix this, the content of the diag210 data structure is copied to a local structure and the physical address of that structure is passed to diagnose 210. Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>