# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1176395093 21600
# Node ID acf561f90822a5b366c88d4cce9f2b54917ee305
# Parent e1580c3bb75a7d8a57bbacf5a2a97aa27c3a8b58
[IA64] Formatting fix
This extra space after the newline causes printk to get confused
and re-evaluate do_print and leave start_of_line == 0. Anything
printed after this will always print, regardless of intended
log level.
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
xen/arch/ia64/xen/mm.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r e1580c3bb75a -r acf561f90822 xen/arch/ia64/xen/mm.c
--- a/xen/arch/ia64/xen/mm.c Wed Apr 11 23:15:30 2007 -0600
+++ b/xen/arch/ia64/xen/mm.c Thu Apr 12 10:24:53 2007 -0600
@@ -673,7 +673,7 @@ unsigned long lookup_domain_mpa(struct d
} else if (mpaddr - IO_PORTS_PADDR < IO_PORTS_SIZE) {
/* Log I/O port probing, but complain less loudly about it */
gdprintk(XENLOG_INFO, "vcpu %d iip 0x%016lx: bad I/O port access "
- "0x%lx\n ", current->vcpu_id, PSCB(current, iip),
+ "0x%lx\n", current->vcpu_id, PSCB(current, iip),
IO_SPACE_SPARSE_DECODING(mpaddr - IO_PORTS_PADDR));
} else {
gdprintk(XENLOG_WARNING, "vcpu %d iip 0x%016lx: bad mpa 0x%lx "
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|