From 8e5a7627b5881ee0551b7ee02d41c2a983358842 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Wed, 12 Sep 2018 08:54:59 +0200 Subject: [PATCH] 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 Tested-by: Dominik Klein Signed-off-by: Martin Schwidefsky --- arch/s390/boot/head.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/s390/boot/head.S b/arch/s390/boot/head.S index f721913b73f1..f1cdca8ad3cc 100644 --- a/arch/s390/boot/head.S +++ b/arch/s390/boot/head.S @@ -60,6 +60,9 @@ __HEAD .long 0x02000690,0x60000050 .long 0x020006e0,0x20000050 + .org 0x1a0 + .quad 0,iplstart + .org 0x200 # -- 2.45.2