On Fri, Nov 06, 2009 at 06:35:34PM +0800, Wu Zhangjin wrote: > To share the same kernel image amon different machines, we have added > the machtype command line support. > > but in the old serial port implementation, we have hardcoded the uart > base address as a macro in machine.h, which will break the intention of > machtype. this patch fixes it, and also move the initialization of uart > base address to uart_base.c to avoid remapping twice for early_printk.c > and serial.c. > > Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> Thanks, queued for 2.6.33. Ralf