-
Andrew Morton authored
From: Vincent Sanders <vince@kyllikki.org> The vga16fb driver uses a direct ioremap on 0xa00000 to gain access to the vga card. This is wrong on architectures other than x86, every other driver uses VGA_MAP_MEM macro from vga.h to ensure the correct memory mapping.
03e95caf