commit | be108c47443e952d156d610bd48149096b12463a | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Nov 24 00:45:00 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 09 14:10:28 2022 -0500 |
tree | 1ea07cac8f13fa1886135ef9131f218cf5d62fa4 | |
parent | 784ca0a62e8d02ea32b7fc6fceb230ca0ac44d06 [diff] |
Nokia RX-51: Use ENTRY/ENDPROC for save_boot_params ENTRY/ENDPROC macros from linux/linkage.h will make code more readable and also will properly mark assembly symbol in ELF binary as function symbol. Signed-off-by: Pali Rohár <pali@kernel.org>