diff options
author | 2021-12-04 14:43:40 +0100 | |
---|---|---|
committer | 2021-12-08 12:25:37 +0100 | |
commit | f94909ceb1ed4bfdb2ada72f93236305e6d6951f (patch) | |
tree | e7368c974b829530e82f34111f1f5ab183504921 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/lib/atomic64_386_32: Rename things (diff) | |
download | wireguard-linux-f94909ceb1ed4bfdb2ada72f93236305e6d6951f.tar.xz wireguard-linux-f94909ceb1ed4bfdb2ada72f93236305e6d6951f.zip |
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
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions