diff options
| author | 2008-07-15 21:10:12 +0200 | |
|---|---|---|
| committer | 2008-07-15 21:10:12 +0200 | |
| commit | 6c9fcaf2eec1b9f85226a694230dd957dd7926b3 (patch) | |
| tree | f8c824c6c64dc411752c844f116e693760768bcc /kernel/pid.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 (diff) | |
| parent | rcu classic: update qlen when cpu offline (diff) | |
| download | wireguard-linux-6c9fcaf2eec1b9f85226a694230dd957dd7926b3.tar.xz wireguard-linux-6c9fcaf2eec1b9f85226a694230dd957dd7926b3.zip | |
Merge branch 'core/rcu' into core/rcu-for-linus
Diffstat (limited to 'kernel/pid.c')
| -rw-r--r-- | kernel/pid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/pid.c b/kernel/pid.c index 20d59fa2d493..30bd5d4b2ac7 100644 --- a/kernel/pid.c +++ b/kernel/pid.c @@ -30,6 +30,7 @@ #include <linux/module.h> #include <linux/slab.h> #include <linux/init.h> +#include <linux/rculist.h> #include <linux/bootmem.h> #include <linux/hash.h> #include <linux/pid_namespace.h> |
