1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Sigreturn trampoline for returning from a signal when the SA_RESTORER
6 * Copyright (C) 2012 ARM Limited
8 * Author: Will Deacon <will.deacon@arm.com>
11 #include <linux/linkage.h>
12 #include <asm/unistd.h>
17 ENTRY(__kernel_rt_sigreturn)
21 .cfi_offset x29, 0 * 8
22 .cfi_offset x30, 1 * 8
23 mov x8, #__NR_rt_sigreturn
26 ENDPROC(__kernel_rt_sigreturn)