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 cff1de8 commit 9e431c6Copy full SHA for 9e431c6
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