From: John Keller Date: Tue, 20 Mar 2007 18:50:10 +0000 (-0500) Subject: [IA64] Altix: ioremap vga_console_iobase X-Git-Tag: v2.6.21-rc5~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdfc1900705dadef6286d69de7da0feef841734;p=pandora-kernel.git [IA64] Altix: ioremap vga_console_iobase When booting an SN system without specifing a console (i.e., no "console=" on boot line), the system will hang during boot at the point where /sbin/init is run. The problem is that vga_console_iobase is not converted to a virtual address before storing in io_space[0].mmio_base. The conversion was happening in sn_scan_pcdp(), but not in setup_vga_console(). Signed-off-by: John Keller Signed-off-by: Tony Luck --- Reading git-diff-tree failed