cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

rt_sigreturn.S (255B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2
      3#include <linux/linkage.h>
      4#include <asm/unistd.h>
      5#include <abi/vdso.h>
      6
      7	.text
      8ENTRY(__vdso_rt_sigreturn)
      9	.cfi_startproc
     10	.cfi_signal_frame
     11	SET_SYSCALL_ID
     12	trap	0
     13	.cfi_endproc
     14ENDPROC(__vdso_rt_sigreturn)