mirror of https://github.com/torvalds/linux.git
Remove superfluous newlines from inline assemblies. Compilers use the number of lines of inline assemblies as heuristic for the complexity and inline decisions. Therefore inline assemblies should only contain as many lines as required. A lot of inline assemblies contain a superfluous newline for the last line. Remove such newlines to improve compiler inlining decisions. Suggested-by: Juergen Christ <jchrist@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Reviewed-by: Juergen Christ <jchrist@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| csum-partial.c | ||
| delay.c | ||
| error-inject.c | ||
| expoline.S | ||
| find.c | ||
| mem.S | ||
| probes.c | ||
| spinlock.c | ||
| string.c | ||
| test_kprobes.c | ||
| test_kprobes.h | ||
| test_kprobes_asm.S | ||
| test_modules.c | ||
| test_modules.h | ||
| test_modules_helpers.c | ||
| test_unwind.c | ||
| tishift.S | ||
| uaccess.c | ||
| xor.c | ||