aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/smp.c')
-rw-r--r--kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/smp.c b/kernel/smp.c
index 4f582b257eba..ab10793b0707 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -8,6 +8,7 @@
8#include <linux/module.h> 8#include <linux/module.h>
9#include <linux/percpu.h> 9#include <linux/percpu.h>
10#include <linux/rcupdate.h> 10#include <linux/rcupdate.h>
11#include <linux/rculist.h>
11#include <linux/smp.h> 12#include <linux/smp.h>
12 13
13static DEFINE_PER_CPU(struct call_single_queue, call_single_queue); 14static DEFINE_PER_CPU(struct call_single_queue, call_single_queue);