aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2013-06-23 08:42:21 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2013-08-07 03:46:44 -0400
commitfa1915603340cef8c0147919f3bc99599a152a97 (patch)
tree30f75bb5cbc062bb188ce31175fe66c22ba98942
parentc45f60d04ba20a48fd69378fdcb0c4e45020bd96 (diff)
Feather-Trace: use proper definition of is_realtime()
Remove dummy implementation of is_realtime() in trace.c.
-rw-r--r--litmus/trace.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/litmus/trace.c b/litmus/trace.c
index 7d29590252fd..7e4df5f0e12a 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/******************************************************************************/