Re: [PATCH] x86: split e820 reserved entries record to late v4 -fix v7

From: H. Peter Anvin
Date: Mon Oct 13 2008 - 18:49:12 EST


Yinghai Lu wrote:

can we have
printk(KERN_DEBUG " reserve_region: (%s) %04pR\n"
res->name, res);
or
printk(KERN_DEBUG " reserve_region: (%s) %08pR\n"
res->name, res);

because io port resource will only 4 digi only.


That should be picked up from res->flags instead of being hardcoded in the format string.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/