aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/profile.c')
-rw-r--r--kernel/profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/profile.c b/kernel/profile.c
index 04fd84e8cdbe..0961d93e1d91 100644
--- a/kernel/profile.c
+++ b/kernel/profile.c
@@ -319,7 +319,6 @@ out:
319 put_cpu(); 319 put_cpu();
320} 320}
321 321
322#ifdef CONFIG_HOTPLUG_CPU
323static int __devinit profile_cpu_callback(struct notifier_block *info, 322static int __devinit profile_cpu_callback(struct notifier_block *info,
324 unsigned long action, void *__cpu) 323 unsigned long action, void *__cpu)
325{ 324{
@@ -372,10 +371,10 @@ static int __devinit profile_cpu_callback(struct notifier_block *info,
372 } 371 }
373 return NOTIFY_OK; 372 return NOTIFY_OK;
374} 373}
375#endif /* CONFIG_HOTPLUG_CPU */
376#else /* !CONFIG_SMP */ 374#else /* !CONFIG_SMP */
377#define profile_flip_buffers() do { } while (0) 375#define profile_flip_buffers() do { } while (0)
378#define profile_discard_flip_buffers() do { } while (0) 376#define profile_discard_flip_buffers() do { } while (0)
377#define profile_cpu_callback NULL
379 378
380void profile_hits(int type, void *__pc, unsigned int nr_hits) 379void profile_hits(int type, void *__pc, unsigned int nr_hits)
381{ 380{