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 14:30:45 -0400 |
| commit | 953d12017b9acda12057c0fa1e03f7ed51e71501 (patch) | |
| tree | cd7ca677b7308f09c0a201333eb71ca568ccf965 | |
| parent | 03753bc96b6dac5c80124b5a409658a0e14c22e0 (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 f18b127a089..b717b1d5539 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) |
