mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
f94909ceb1
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 |
||
---|---|---|
.. | ||
Makefile | ||
olpc_dt.c | ||
olpc_ofw.c | ||
olpc-xo1-pm.c | ||
olpc-xo1-rtc.c | ||
olpc-xo1-sci.c | ||
olpc-xo15-sci.c | ||
olpc.c | ||
xo1-wakeup.S |