]> git.baikalelectronics.ru Git - kernel.git/commit
x86 setup: push video mode setup as late as possible
authorH. Peter Anvin <hpa@zytor.com>
Wed, 30 Jan 2008 12:33:03 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:03 +0000 (13:33 +0100)
commit1f18f1fa809a2974c000f1a2c8b2a1ca786fc055
treebb012b0f010d241d8d87f8314a76f6c18c3fd411
parent61c9f72e13bb57add1401b12a78aec040d9bff7f
x86 setup: push video mode setup as late as possible

Push video mode setup as late as possible; messages issued through the
BIOS interface after video mode setup will either not be seen (for
framebuffer modes) or will screw up the cursor (for text modes.)

In particular, this makes the EDD probing message show up correctly.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/main.c