diff options
Diffstat (limited to 'drivers/oprofile')
-rw-r--r-- | drivers/oprofile/cpu_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/cpu_buffer.c b/drivers/oprofile/cpu_buffer.c index aba905b3afb8..4decab624e76 100644 --- a/drivers/oprofile/cpu_buffer.c +++ b/drivers/oprofile/cpu_buffer.c | |||
@@ -364,7 +364,7 @@ static void wq_sync_buffer(struct work_struct *work) | |||
364 | struct oprofile_cpu_buffer * b = | 364 | struct oprofile_cpu_buffer * b = |
365 | container_of(work, struct oprofile_cpu_buffer, work.work); | 365 | container_of(work, struct oprofile_cpu_buffer, work.work); |
366 | if (b->cpu != smp_processor_id()) { | 366 | if (b->cpu != smp_processor_id()) { |
367 | printk("WQ on CPU%d, prefer CPU%d\n", | 367 | printk(KERN_DEBUG "WQ on CPU%d, prefer CPU%d\n", |
368 | smp_processor_id(), b->cpu); | 368 | smp_processor_id(), b->cpu); |
369 | } | 369 | } |
370 | sync_buffer(b->cpu); | 370 | sync_buffer(b->cpu); |