aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2017-06-07 18:25:44 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2017-06-09 10:08:24 -0400
commitc0b8510eac9bc7b0b11961681fc63d6ef633ce50 (patch)
tree33d6053b4cb12c1fbff54571a0edb40f8e7062a2
parenteafd7967cdc7f85648d805db674be514a3511984 (diff)
Feather-trace generic: deal with RODATA always being on
-rw-r--r--litmus/ft_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/ft_event.c b/litmus/ft_event.c
index 399a07becca5..dbf61f6c389a 100644
--- a/litmus/ft_event.c
+++ b/litmus/ft_event.c
@@ -2,7 +2,7 @@
2 2
3#include <litmus/feather_trace.h> 3#include <litmus/feather_trace.h>
4 4
5#if !defined(CONFIG_ARCH_HAS_FEATHER_TRACE) || defined(CONFIG_DEBUG_RODATA) 5#if !defined(CONFIG_ARCH_HAS_FEATHER_TRACE) || defined(CONFIG_RELOCATABLE)
6/* provide dummy implementation */ 6/* provide dummy implementation */
7 7
8int ft_events[MAX_EVENTS]; 8int ft_events[MAX_EVENTS];