Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/lib/percpu_counter.c
blob:aeaa6d7344475518a3b73b3a7062106e77cadcea -> blob:9d942128c152d035bfc62d9bda6632bb254be0ed
--- lib/percpu_counter.c
+++ lib/percpu_counter.c
@@ -76,6 +76,7 @@ int __percpu_counter_init(struct percpu_
if (!fbc->counters)
return -ENOMEM;
#ifdef CONFIG_HOTPLUG_CPU
+ INIT_LIST_HEAD(&fbc->list);
mutex_lock(&percpu_counters_lock);
list_add(&fbc->list, &percpu_counters);
mutex_unlock(&percpu_counters_lock);