xref: /linux/arch/s390/boot/trampoline.S (revision bc46b7cbc58c4cb562b6a45a1fbc7b8e7b23df58)
1/* SPDX-License-Identifier: GPL-2.0 */
2
3#include <linux/linkage.h>
4
5# This function is identical to __load_psw(), but the lx-symbols GDB command
6# puts a breakpoint on it, so it needs to be kept separate.
7SYM_CODE_START(jump_to_kernel)
8	lpswe 0(%r2)
9SYM_CODE_END(jump_to_kernel)
10