]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/entry: Use lay instead of aghik
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 26 Nov 2025 10:19:10 +0000 (11:19 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 26 Nov 2025 11:28:23 +0000 (12:28 +0100)
commit1c93edfd506ccaf9e9982dfdafc91cd2d444ad63
treee35fde7c744552990c5f69e4c85de0f4dcfa0309
parent509c34924d5a89a73c1470e9265be86baffd1286
s390/entry: Use lay instead of aghik

Use the lay instruction instead of aghik. aghik is only available since
z196, therefore compiling the kernel for z10 results in this error:

   arch/s390/kernel/entry.S: Assembler messages:
   arch/s390/kernel/entry.S:165: Error: Unrecognized opcode: `aghik'

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511261518.nBbQN5h7-lkp@intel.com/
Fixes: f5730d44e05e ("s390: Add stackprotector support")
Reviewed-by: Jan Polensky <japo@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/entry.S