ia64/xen-unstable
changeset 14797:acf561f90822
[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@hp.com>
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@hp.com>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Thu Apr 12 10:24:53 2007 -0600 (2007-04-12) |
parents | e1580c3bb75a |
children | 605d534f9635 |
files | xen/arch/ia64/xen/mm.c |
line diff
1.1 --- a/xen/arch/ia64/xen/mm.c Wed Apr 11 23:15:30 2007 -0600 1.2 +++ b/xen/arch/ia64/xen/mm.c Thu Apr 12 10:24:53 2007 -0600 1.3 @@ -673,7 +673,7 @@ unsigned long lookup_domain_mpa(struct d 1.4 } else if (mpaddr - IO_PORTS_PADDR < IO_PORTS_SIZE) { 1.5 /* Log I/O port probing, but complain less loudly about it */ 1.6 gdprintk(XENLOG_INFO, "vcpu %d iip 0x%016lx: bad I/O port access " 1.7 - "0x%lx\n ", current->vcpu_id, PSCB(current, iip), 1.8 + "0x%lx\n", current->vcpu_id, PSCB(current, iip), 1.9 IO_SPACE_SPARSE_DECODING(mpaddr - IO_PORTS_PADDR)); 1.10 } else { 1.11 gdprintk(XENLOG_WARNING, "vcpu %d iip 0x%016lx: bad mpa 0x%lx "