]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace_functions_graph.c
Merge branch 'x86/core' into tracing/ftrace
[linux-2.6-omap-h63xx.git] / kernel / trace / trace_functions_graph.c
index 453ebd3b636edb912935655b239e97607c8991e6..35257be6a9d6fb2a3352995d78a0e95abee65e94 100644 (file)
@@ -837,7 +837,7 @@ static void graph_trace_open(struct trace_iterator *iter)
 
 static void graph_trace_close(struct trace_iterator *iter)
 {
-       percpu_free(iter->private);
+       free_percpu(iter->private);
 }
 
 static struct tracer graph_trace __read_mostly = {