1*996f7f29SIlya Leoshkevich/* SPDX-License-Identifier: GPL-2.0 */ 2*996f7f29SIlya Leoshkevich 3*996f7f29SIlya Leoshkevich#include <linux/linkage.h> 4*996f7f29SIlya Leoshkevich 5*996f7f29SIlya Leoshkevich# This function is identical to __load_psw(), but the lx-symbols GDB command 6*996f7f29SIlya Leoshkevich# puts a breakpoint on it, so it needs to be kept separate. 7*996f7f29SIlya LeoshkevichSYM_CODE_START(jump_to_kernel) 8*996f7f29SIlya Leoshkevich lpswe 0(%r2) 9*996f7f29SIlya LeoshkevichSYM_CODE_END(jump_to_kernel) 10