commit | 1a8514e04e3f0249a75f66225e99cdf48d305be7 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jan 30 13:33:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:33:03 2008 +0100 |
tree | bb012b0f010d241d8d87f8314a76f6c18c3fd411 | |
parent | b710763608f1bfc8d4cd346e508f3f4878af361e [diff] |
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>