diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-30 18:26:21 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-30 18:26:21 -0400 |
commit | 696ff3d97e631739c21daf15d2f3484ee9b7cb02 (patch) | |
tree | 4baf76afa81806855751228cba54fac109d9397f /include/litmus/trace_irq.h | |
parent | e9fc09f4bd2bae682cea6e7155aad1fe3f58e77b (diff) | |
parent | fb90f3b6a8a604a9aed7249045bfed77ce42de5b (diff) |
Fixed sched_color run issues.
Diffstat (limited to 'include/litmus/trace_irq.h')
-rw-r--r-- | include/litmus/trace_irq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/trace_irq.h b/include/litmus/trace_irq.h index f18b127a089d..b717b1d55396 100644 --- a/include/litmus/trace_irq.h +++ b/include/litmus/trace_irq.h | |||
@@ -3,6 +3,8 @@ | |||
3 | 3 | ||
4 | #ifdef CONFIG_SCHED_OVERHEAD_TRACE | 4 | #ifdef CONFIG_SCHED_OVERHEAD_TRACE |
5 | 5 | ||
6 | #include <linux/percpu.h> | ||
7 | |||
6 | extern DEFINE_PER_CPU(atomic_t, irq_fired_count); | 8 | extern DEFINE_PER_CPU(atomic_t, irq_fired_count); |
7 | 9 | ||
8 | static inline void ft_irq_fired(void) | 10 | static inline void ft_irq_fired(void) |