Commit c52f92f1 authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: disable oprofile debug messages

Disable oprofile debug messages.  They arent much use now things are
working reliably.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 619f1e75
......@@ -17,7 +17,7 @@
#include <asm/systemcfg.h>
#include <asm/rtas.h>
#define dbg(args...) printk(args)
#define dbg(args...)
#include "op_impl.h"
......
......@@ -15,7 +15,7 @@
#include <asm/processor.h>
#include <asm/cputable.h>
#define dbg(args...) printk(args)
#define dbg(args...)
#include "op_impl.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment