diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-29 19:43:08 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-29 19:53:39 -0400 |
commit | 8d70e44e57cdeefa0f920f86672a69b365a35de1 (patch) | |
tree | 807663814daf55c1eef08726dc6158410c7cec1f | |
parent | c12b539cc628ceea4d9f75808395b9217ff72413 (diff) |
Fix compilation error on ARM platforms.
-rw-r--r-- | include/litmus/trace_irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/trace_irq.h b/include/litmus/trace_irq.h index b717b1d55396..01e4b98fc3e0 100644 --- a/include/litmus/trace_irq.h +++ b/include/litmus/trace_irq.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #ifdef CONFIG_SCHED_OVERHEAD_TRACE | 4 | #ifdef CONFIG_SCHED_OVERHEAD_TRACE |
5 | 5 | ||
6 | #include <asm/atomic.h> | ||
6 | #include <linux/percpu.h> | 7 | #include <linux/percpu.h> |
7 | 8 | ||
8 | extern DEFINE_PER_CPU(atomic_t, irq_fired_count); | 9 | extern DEFINE_PER_CPU(atomic_t, irq_fired_count); |