>> diff --git a/s390x/cstart64.S b/s390x/cstart64.S >> index 45da523..2885a36 100644 >> --- a/s390x/cstart64.S >> +++ b/s390x/cstart64.S >> @@ -12,6 +12,7 @@ >> */ >> #include <asm/asm-offsets.h> >> #include <asm/sigp.h> >> +#include <asm/arch_def.h> >> >> .section .init >> >> @@ -214,19 +215,19 @@ svc_int: >> >> .align 8 >> reset_psw: >> - .quad 0x0008000180000000 >> + .quad PSW_EXCEPTION_MASK > > That won't work, this is a short PSW and you're removing the short > indication here. Notice the 0008 at the front. Good catch! Guess it would have bailed out when testing. -- Thanks, David / dhildenb