Commit 2facd5d
Alexander Gordeev
s390/ipl: fix IPIB virtual vs physical address confusion
The pointer to IPL Parameter Information Block is stored
in the absolute lowcore for later use by dump tools. That
pointer is a virtual address, though it should be physical
instead.
Note, this does not fix a real issue, since virtual and
physical addresses are currently the same.
Suggested-by: Heiko Carstens <hca@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>1 parent a33239b commit 2facd5d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1935 | 1935 | | |
1936 | 1936 | | |
1937 | 1937 | | |
1938 | | - | |
1939 | 1938 | | |
1940 | 1939 | | |
1941 | 1940 | | |
1942 | 1941 | | |
1943 | 1942 | | |
1944 | 1943 | | |
1945 | | - | |
| 1944 | + | |
1946 | 1945 | | |
1947 | 1946 | | |
1948 | 1947 | | |
| |||
0 commit comments