OpenCloudOS-Kernel/arch/x86/entry/vdso/vdso32
Peter Zijlstra f94909ceb1 x86: Prepare asm files for straight-line-speculation
Replace all ret/retq instructions with RET in preparation of making
RET a macro. Since AS is case insensitive it's a big no-op without
RET defined.

  find arch/x86/ -name \*.S | while read file
  do
	sed -i 's/\<ret[q]*\>/RET/' $file
  done

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211204134907.905503893@infradead.org
2021-12-08 12:25:37 +01:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
note.S x86/xen: remove 32-bit Xen PV guest support 2020-08-11 08:26:48 +02:00
sigreturn.S x86: vdso: Expose sigreturn address on vdso to the kernel 2020-12-02 10:32:16 +01:00
system_call.S x86: Prepare asm files for straight-line-speculation 2021-12-08 12:25:37 +01:00
vclock_gettime.c x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL 2020-08-15 13:52:11 +02:00
vdso32.lds.S x86/vdso: Add clock_gettime64() entry point 2019-06-22 21:21:10 +02:00