summaryrefslogtreecommitdiff
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 7dee095b31bd..367854d246ef 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -41,7 +41,7 @@ static void __unhash_process(struct task_struct *p)
detach_pid(p, PIDTYPE_PGID);
detach_pid(p, PIDTYPE_SID);
if (p->pid)
- per_cpu(process_counts, smp_processor_id())--;
+ __get_cpu_var(process_counts)--;
}
REMOVE_LINKS(p);