]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/pid.c
video: mmp: optimize some register setting code
[karo-tx-linux.git] / kernel / pid.c
index 66505c1dfc516f3985e2072029152291cd0bedf9..ebe5e80b10f8495a3d6459e0203821f987237df0 100644 (file)
@@ -265,6 +265,7 @@ void free_pid(struct pid *pid)
                struct pid_namespace *ns = upid->ns;
                hlist_del_rcu(&upid->pid_chain);
                switch(--ns->nr_hashed) {
+               case 2:
                case 1:
                        /* When all that is left in the pid namespace
                         * is the reaper wake up the reaper.  The reaper