diff options
author | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-04-10 11:10:37 -0400 |
---|---|---|
committer | Namhoon Kim <namhoonk@cs.unc.edu> | 2017-04-10 11:10:37 -0400 |
commit | 9309774d024934b71816efa41171f439b007f983 (patch) | |
tree | 2f86c57db4c2059c399a8850f480d0898253fa0b /litmus/litmus.c | |
parent | 0c2ed78df17cc5a41f977f70e1e4ab3b142ffa14 (diff) |
patches
Diffstat (limited to 'litmus/litmus.c')
-rw-r--r-- | litmus/litmus.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index 7fccc585dedd..f9ad1f405518 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -37,6 +37,9 @@ | |||
37 | #include <trace/events/litmus.h> | 37 | #include <trace/events/litmus.h> |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | //#define TRACE(fmt, args...) do {} while (false) | ||
41 | //#define TRACE_TASK(fmt, args...) do {} while (false) | ||
42 | |||
40 | extern void l2c310_flush_all(void); | 43 | extern void l2c310_flush_all(void); |
41 | 44 | ||
42 | /* Number of RT tasks that exist in the system */ | 45 | /* Number of RT tasks that exist in the system */ |