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:43:08 -0400 |
commit | f1ddb85e03da0b4907ef8d756689d92cde847744 (patch) | |
tree | dbad2607cec48aa6fbedcc2fb1ac4d1ef06e5e7d | |
parent | 499ceb440b0d9afe0b2e19b9b45cbcf155e15e18 (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 b717b1d5539..01e4b98fc3e 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); |