We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d203 commit edc8eceCopy full SHA for edc8ece
kernel/kcov.c
@@ -165,7 +165,7 @@ static void kcov_remote_area_put(struct kcov_remote_area *area,
165
* Unlike in_serving_softirq(), this function returns false when called during
166
* a hardirq or an NMI that happened in the softirq context.
167
*/
168
-static inline bool in_softirq_really(void)
+static __always_inline bool in_softirq_really(void)
169
{
170
return in_serving_softirq() && !in_hardirq() && !in_nmi();
171
}
0 commit comments