YhLu <[EMAIL PROTECTED]> writes:

> Eric,
> 
> Several Macro in console/console.h should be changed.
> 
> For example: 
> #define print_debug_hex8(HEX) printk_debug("0x08x", ((HEX))
> #define print_debug_hex16(HEX) printk_debug("0x016x", ((HEX))
> #define print_debug_hex32(HEX) printk_debug("0x032x", ((HEX))
> 
> to:
> #define print_debug_hex8(HEX) printk_debug("0x02x", ((HEX))
> #define print_debug_hex16(HEX) printk_debug("0x04x", ((HEX))
> #define print_debug_hex32(HEX) printk_debug("0x08x", ((HEX))
> 
> regards

Thanks.  That was a thinko.

Eric.

_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

Reply via email to