commit | de90dfccbcb9c305a13a7ed1dcd77df2d1c16785 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Thu Apr 20 17:04:55 2023 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 20 14:56:09 2023 -0400 |
tree | e4e0e222f21eb9708a3e492306a11d95ca1691ff | |
parent | 826d35b188a91ab0a40df5b77366db3fdd548e66 [diff] |
syscall: Introduce __syscall_always_inline Sometimes we want to force the inlining of a __syscall. Introduce a new __syscall_always_inline symbol to do that. Signed-off-by: Carlo Caione <ccaione@baylibre.com>