File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ static __always_inline bool context_tracking_in_user(void)
46
46
return __this_cpu_read (context_tracking .state ) == CONTEXT_USER ;
47
47
}
48
48
#else
49
- static inline bool context_tracking_in_user (void ) { return false; }
50
- static inline bool context_tracking_enabled (void ) { return false; }
51
- static inline bool context_tracking_enabled_cpu (int cpu ) { return false; }
52
- static inline bool context_tracking_enabled_this_cpu (void ) { return false; }
49
+ static __always_inline bool context_tracking_in_user (void ) { return false; }
50
+ static __always_inline bool context_tracking_enabled (void ) { return false; }
51
+ static __always_inline bool context_tracking_enabled_cpu (int cpu ) { return false; }
52
+ static __always_inline bool context_tracking_enabled_this_cpu (void ) { return false; }
53
53
#endif /* CONFIG_CONTEXT_TRACKING */
54
54
55
55
#endif
You can’t perform that action at this time.
0 commit comments