aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/litmus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/litmus.h')
-rw-r--r--include/litmus/litmus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h
index a263bc68a7b5..28fb7b331cf3 100644
--- a/include/litmus/litmus.h
+++ b/include/litmus/litmus.h
@@ -281,4 +281,8 @@ static inline quanta_t time2quanta(lt_t time, enum round round)
281/* By how much is cpu staggered behind CPU 0? */ 281/* By how much is cpu staggered behind CPU 0? */
282u64 cpu_stagger_offset(int cpu); 282u64 cpu_stagger_offset(int cpu);
283 283
284#define TS_SYSCALL_IN_START \
285 if (has_control_page(current)) \
286 __TS_SYSCALL_IN_START(&get_control_page(current)->ts_syscall_start);
287
284#endif 288#endif