diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-20 14:30:45 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-20 16:50:44 -0400 |
commit | 3c3683a9e8891f1da6dabf1d1fc8087d85d056a4 (patch) | |
tree | 4fb36fcf33c15fa2ec7b3079ea97117d323ac9eb | |
parent | f6f09d93b50299e63780af15ec6e7828ae947923 (diff) |
Include a missing header file.
-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) |