diff options
author | Ingo Molnar <mingo@kernel.org> | 2020-07-25 11:19:51 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-07-26 15:42:20 +0200 |
commit | aadfc2f957cb470a5a7e52cc41a2fa86e784bcd2 (patch) | |
tree | de744fc0fde63c0133e5bc85edbcafdf233b4f14 /lib/strnlen_user.c | |
parent | entry: Provide infrastructure for work before transitioning to guest mode (diff) | |
download | linux-aadfc2f957cb470a5a7e52cc41a2fa86e784bcd2.tar.xz linux-aadfc2f957cb470a5a7e52cc41a2fa86e784bcd2.zip |
entry: Correct 'noinstr' attributes
The noinstr attribute is to be specified before the return type in the
same way 'inline' is used.
Similar cases were recently fixed for x86 in commit 7f6fa101dfac ("x86:
Correct noinstr qualifiers"), but the generic entry code was based on the
the original version and did not carry the fix over.
Fixes: a5497bab5f72 ("entry: Provide generic interrupt entry/exit code")
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200725091951.744848-3-mingo@kernel.org
Diffstat (limited to 'lib/strnlen_user.c')
0 files changed, 0 insertions, 0 deletions