projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf96e6
)
xentrace: remove unneeded debug printk
author
Olaf Hering
<olaf@aepfle.de>
Sat, 2 Apr 2011 14:50:47 +0000
(15:50 +0100)
committer
Olaf Hering
<olaf@aepfle.de>
Sat, 2 Apr 2011 14:50:47 +0000
(15:50 +0100)
The pointer value in case of an allocation failure is rather
uninteresting.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
xen/common/trace.c
patch
|
blob
|
history
diff --git
a/xen/common/trace.c
b/xen/common/trace.c
index a1452ece45960ca1fa9db24eba14db2887d7f546..4225f0413fc47ca5b482316273ce6691ae356791 100644
(file)
--- a/
xen/common/trace.c
+++ b/
xen/common/trace.c
@@
-238,7
+238,6
@@
out_dealloc:
{
void *rawbuf = per_cpu(t_bufs, cpu);
per_cpu(t_bufs, cpu) = NULL;
- printk(XENLOG_DEBUG "xentrace: cpu %d p %p\n", cpu, rawbuf);
if ( rawbuf )
{
ASSERT(!(virt_to_page(rawbuf)->count_info & PGC_allocated));