aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 8615aa65d927..3945066fc01d 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -197,7 +197,6 @@ struct take_cpu_down_param {
197static int __ref take_cpu_down(void *_param) 197static int __ref take_cpu_down(void *_param)
198{ 198{
199 struct take_cpu_down_param *param = _param; 199 struct take_cpu_down_param *param = _param;
200 unsigned int cpu = (unsigned long)param->hcpu;
201 int err; 200 int err;
202 201
203 /* Ensure this CPU doesn't handle any more interrupts. */ 202 /* Ensure this CPU doesn't handle any more interrupts. */