]> git.neil.brown.name Git - history.git/commit
[PATCH] Remove CONFIG_SMP around wait_task_inactive()
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 15 Sep 2002 15:53:19 +0000 (08:53 -0700)
committerChristoph Hellwig <hch@hera.kernel.org>
Sun, 15 Sep 2002 15:53:19 +0000 (08:53 -0700)
commit6865038acb61584977f8352418f06b9dedf267b0
tree7c36150609614de37475b2e4768d934835abcf45
parent16b387466416560dbb6d100709fec09ec90412db
[PATCH] Remove CONFIG_SMP around wait_task_inactive()

Linus, please apply.  This defines wait_task_inactive() to be a no-op
on UP machines, and removes the #ifdef CONFIG_SMP which surrounds
current calls.

This also fixes compile on UP which was broken by the addition of a
call to wait_task_inactive in fs/exec.c which was not protected by an
#ifdef.
arch/ia64/kernel/perfmon.c
include/linux/sched.h
kernel/exit.c
kernel/ptrace.c