[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] Remove extraneous verbose output to clean up Fedora boot.
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID 3e54734e55f39419678afd1ce1a9a96669fa69ef # Parent 3fdc31e9138464f42d62ee0d09e38920610f5763 [IA64] Remove extraneous verbose output to clean up Fedora boot. Signed-off-by: Aron Griffis <aron@xxxxxx> --- xen/arch/ia64/xen/mm.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 3fdc31e91384 -r 3e54734e55f3 xen/arch/ia64/xen/mm.c --- a/xen/arch/ia64/xen/mm.c Wed Aug 23 13:21:02 2006 -0600 +++ b/xen/arch/ia64/xen/mm.c Wed Aug 23 13:26:46 2006 -0600 @@ -949,8 +949,6 @@ efi_mmio(unsigned long physaddr, unsigne return 1; } - DPRINTK("%s:%d physaddr 0x%lx size = 0x%lx\n", - __func__, __LINE__, physaddr, size); return 0; } @@ -971,8 +969,10 @@ assign_domain_mmio_page(struct domain *d __func__, d, mpaddr, size); } if (!efi_mmio(mpaddr, size)) { +#ifndef NDEBUG DPRINTK("%s:%d domain %p mpaddr 0x%lx size = 0x%lx\n", __func__, __LINE__, d, mpaddr, size); +#endif return -EINVAL; } assign_domain_same_page(d, mpaddr, size, ASSIGN_writable | ASSIGN_nocache); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |