diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 07:18:47 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2015-08-09 06:21:17 -0400 |
commit | 508f1b71ac3563b5cbb6d9ca398a30ff3e3a034d (patch) | |
tree | 333fa3bc4a4a867512f2fbc04fc89941b93d2012 | |
parent | 9a645fe1e634842fff554258da495b864ffd5c74 (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 6bcbb8ae3775..0e75133c1392 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 | /******************************************************************************/ |