diff options
author | Ingo Molnar | 2017-08-10 12:10:19 +0200 |
---|---|---|
committer | Ingo Molnar | 2017-08-10 12:10:19 +0200 |
commit | fc33a8943efb25bc025750c7f4ea643fae526860 (patch) | |
tree | a3af3a1d5d83b7f9721405e79dc89bba1a6c27ad /kernel/pid.c | |
parent | dbe04493eddfaa89756ec9af8dde56206290182a (diff) | |
parent | 8d31f80eb38819e4f2905ad21c0e8998382a08f7 (diff) |
Merge branch 'linus' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/pid.c')
-rw-r--r-- | kernel/pid.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/pid.c b/kernel/pid.c index 731c4e528f4e..c69c30d827e5 100644 --- a/kernel/pid.c +++ b/kernel/pid.c @@ -575,13 +575,10 @@ struct pid *find_ge_pid(int nr, struct pid_namespace *ns) */ void __init pidhash_init(void) { - unsigned int pidhash_size; - pid_hash = alloc_large_system_hash("PID", sizeof(*pid_hash), 0, 18, HASH_EARLY | HASH_SMALL | HASH_ZERO, &pidhash_shift, NULL, 0, 4096); - pidhash_size = 1U << pidhash_shift; } void __init pidmap_init(void) |