Merge branch 'linus' into oprofile-v2
[pandora-kernel.git] / drivers / oprofile / cpu_buffer.c
index 4decab6..e1bd5a9 100644 (file)
@@ -39,8 +39,10 @@ void free_cpu_buffers(void)
 {
        int i;
  
-       for_each_online_cpu(i)
+       for_each_online_cpu(i) {
                vfree(per_cpu(cpu_buffer, i).buffer);
+               per_cpu(cpu_buffer, i).buffer = NULL;
+       }
 }
 
 int alloc_cpu_buffers(void)