aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/trace/ring_buffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c
index 384ca5d9d729..808b14bbf076 100644
--- a/kernel/trace/ring_buffer.c
+++ b/kernel/trace/ring_buffer.c
@@ -535,8 +535,8 @@ static void rb_free_cpu_buffer(struct ring_buffer_per_cpu *cpu_buffer)
535extern int ring_buffer_page_too_big(void); 535extern int ring_buffer_page_too_big(void);
536 536
537#ifdef CONFIG_HOTPLUG_CPU 537#ifdef CONFIG_HOTPLUG_CPU
538static int __cpuinit rb_cpu_notify(struct notifier_block *self, 538static int rb_cpu_notify(struct notifier_block *self,
539 unsigned long action, void *hcpu); 539 unsigned long action, void *hcpu);
540#endif 540#endif
541 541
542/** 542/**
@@ -2784,8 +2784,8 @@ static __init int rb_init_debugfs(void)
2784fs_initcall(rb_init_debugfs); 2784fs_initcall(rb_init_debugfs);
2785 2785
2786#ifdef CONFIG_HOTPLUG_CPU 2786#ifdef CONFIG_HOTPLUG_CPU
2787static int __cpuinit rb_cpu_notify(struct notifier_block *self, 2787static int rb_cpu_notify(struct notifier_block *self,
2788 unsigned long action, void *hcpu) 2788 unsigned long action, void *hcpu)
2789{ 2789{
2790 struct ring_buffer *buffer = 2790 struct ring_buffer *buffer =
2791 container_of(self, struct ring_buffer, cpu_notify); 2791 container_of(self, struct ring_buffer, cpu_notify);