projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06af8f9
)
x86/mm: Remove stale variable from debugtrace printk in p2m audit
author
Andres Lagar-Cavilla
<andres@lagarcavilla.org>
Thu, 26 Jan 2012 13:21:27 +0000
(13:21 +0000)
committer
Andres Lagar-Cavilla
<andres@lagarcavilla.org>
Thu, 26 Jan 2012 13:21:27 +0000
(13:21 +0000)
Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/p2m.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/p2m.c
b/xen/arch/x86/mm/p2m.c
index edcd09f24f64a66c975bdc57433bc0efcdd5dbbb..3080d2c1fbf24b870dcaec236bc7c89e919312b0 100644
(file)
--- a/
xen/arch/x86/mm/p2m.c
+++ b/
xen/arch/x86/mm/p2m.c
@@
-1534,8
+1534,8
@@
void audit_p2m(struct domain *d,
}
__put_gfn(p2m, gfn);
- P2M_PRINTK("OK: mfn=%#lx, gfn=%#lx, p2mfn=%#lx
, lp2mfn=%#lx
\n",
- mfn, gfn, mfn_x(p2mfn)
, lp2mfn
);
+ P2M_PRINTK("OK: mfn=%#lx, gfn=%#lx, p2mfn=%#lx\n",
+ mfn, gfn, mfn_x(p2mfn));
}
spin_unlock(&d->page_alloc_lock);