X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpercpu_counter.c;h=33459e0b8beadedf8f4e6ff175f875bdf641451e;hb=69d33070a8f165c4bd69fe208085f262201d10fb;hp=f8a3f1a829b8a9d767bed39c5138c7015380196b;hpb=510597e26e2a072e2d46ea5bc57feaf385e37f70;p=pandora-kernel.git diff --git a/lib/percpu_counter.c b/lib/percpu_counter.c index f8a3f1a829b8..33459e0b8bea 100644 --- a/lib/percpu_counter.c +++ b/lib/percpu_counter.c @@ -166,7 +166,7 @@ static int __cpuinit percpu_counter_hotcpu_callback(struct notifier_block *nb, struct percpu_counter *fbc; compute_batch_value(); - if (action != CPU_DEAD) + if (action != CPU_DEAD && action != CPU_DEAD_FROZEN) return NOTIFY_OK; cpu = (unsigned long)hcpu;