]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blob - rt-patches/0308-trace-hist-make-it-compile-again.patch
Fix memguard and related syscalls
[hercules2020/nv-tegra/linux-4.4.git] / rt-patches / 0308-trace-hist-make-it-compile-again.patch
1 From 07d173a8679f0d2b6a851caccbcf9bce41f667ed Mon Sep 17 00:00:00 2001
2 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
3 Date: Tue, 8 Mar 2016 12:57:28 +0100
4 Subject: [PATCH 308/366] trace: hist: make it compile again
5
6 Fixes: a16cff01f63e ("trace: Use rcuidle version for preemptoff_hist trace point")
7 Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
8 ---
9  include/trace/events/hist.h | 1 +
10  1 file changed, 1 insertion(+)
11
12 diff --git a/include/trace/events/hist.h b/include/trace/events/hist.h
13 index 6122e42..f7710de 100644
14 --- a/include/trace/events/hist.h
15 +++ b/include/trace/events/hist.h
16 @@ -9,6 +9,7 @@
17  
18  #if !defined(CONFIG_PREEMPT_OFF_HIST) && !defined(CONFIG_INTERRUPT_OFF_HIST)
19  #define trace_preemptirqsoff_hist(a, b)
20 +#define trace_preemptirqsoff_hist_rcuidle(a, b)
21  #else
22  TRACE_EVENT(preemptirqsoff_hist,
23  
24 -- 
25 1.9.1
26