linux-stable/arch/x86/power
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
..
Makefile clang-lto for v5.12-rc1 (part2) 2021-02-23 15:13:45 -08:00
cpu.c x86/fpu: Replace the includes of fpu/internal.h 2021-10-20 15:27:29 +02:00
hibernate.c PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity check 2021-04-21 19:03:37 +02:00
hibernate_32.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
hibernate_64.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
hibernate_asm_32.S x86: Prepare asm files for straight-line-speculation 2021-12-08 12:25:37 +01:00
hibernate_asm_64.S x86: Prepare asm files for straight-line-speculation 2021-12-08 12:25:37 +01:00