mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 13:13:57 +08:00
s390: add initial 64-bit restart PSW
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>
This commit is contained in:
parent
198ee66a0e
commit
8e5a7627b5
@ -60,6 +60,9 @@ __HEAD
|
||||
.long 0x02000690,0x60000050
|
||||
.long 0x020006e0,0x20000050
|
||||
|
||||
.org 0x1a0
|
||||
.quad 0,iplstart
|
||||
|
||||
.org 0x200
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user