]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] Altix: ioremap vga_console_iobase
authorJohn Keller <jpk@sgi.com>
Tue, 20 Mar 2007 18:50:10 +0000 (13:50 -0500)
committerTony Luck <tony.luck@intel.com>
Tue, 20 Mar 2007 20:49:53 +0000 (13:49 -0700)
commit0bdfc1900705dadef6286d69de7da0feef841734
tree01e9d1a2424e022d5cde6da1b314a77ccd191929
parent60b548dfe4ad178dbf0fa8c2a50e36aaa42d603a
[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 <jpk@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/kernel/setup.c