Skip to content

Commit

Permalink
s390: add initial 64-bit restart PSW
Browse files Browse the repository at this point in the history
To be able to start a kernel image loaded into memory with a
PSW restart, place a 64-bit restart PSW at 0x1a0 in absolute
lowcore.

Suggested-by: Dominik Klein <dominik.klein@linux.ibm.com>
Tested-by: Dominik Klein <dominik.klein@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Sep 20, 2018
1 parent 198ee66 commit 8e5a762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/s390/boot/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ __HEAD
.long 0x02000690,0x60000050
.long 0x020006e0,0x20000050

.org 0x1a0
.quad 0,iplstart

.org 0x200

#
Expand Down

0 comments on commit 8e5a762

Please sign in to comment.