diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:47 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2017-05-26 17:12:25 -0400 |
commit | 0f6349409ce8e0202bf0bb0a1f1247b9207be5eb (patch) | |
tree | 3a8e03bea2b8c215c6b2b101cea8aac16186fa6c | |
parent | b70b13813dbfb444320023d3120f00c80c5ba052 (diff) |
Feather-Trace: use proper definition of is_realtime()
Remove dummy implementation of is_realtime() in trace.c.
-rw-r--r-- | litmus/trace.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/litmus/trace.c b/litmus/trace.c index 64d63943f65d..846f4dd17f32 100644 --- a/litmus/trace.c +++ b/litmus/trace.c | |||
@@ -3,11 +3,9 @@ | |||
3 | #include <linux/uaccess.h> | 3 | #include <linux/uaccess.h> |
4 | 4 | ||
5 | #include <litmus/ftdev.h> | 5 | #include <litmus/ftdev.h> |
6 | #include <litmus/litmus.h> | ||
6 | #include <litmus/trace.h> | 7 | #include <litmus/trace.h> |
7 | 8 | ||
8 | /* dummy definition of is_realtime() */ | ||
9 | #define is_realtime(t) (0) | ||
10 | |||
11 | /******************************************************************************/ | 9 | /******************************************************************************/ |
12 | /* Allocation */ | 10 | /* Allocation */ |
13 | /******************************************************************************/ | 11 | /******************************************************************************/ |