Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98e7d9b0 authored by Chuck Ebbert's avatar Chuck Ebbert Committed by Linus Torvalds
Browse files

[PATCH] x86: start early_printk at sensible screen row



Use boot info to start early_printk() at the current row on VGA console, as
left by the boot loader.

Signed-off-by: default avatarChuck Ebbert <76306.1226@compuserve.com>
Cc: Stas Sergeev <stsp@aknet.ru>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 99b7de33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ int __init setup_early_printk(char *opt)
	           && SCREEN_INFO.orig_video_isVGA == 1) {
		max_xpos = SCREEN_INFO.orig_video_cols;
		max_ypos = SCREEN_INFO.orig_video_lines;
		current_ypos = max_ypos;
		current_ypos = SCREEN_INFO.orig_y;
		early_console = &early_vga_console; 
 	} else if (!strncmp(buf, "simnow", 6)) {
 		simnow_init(buf + 6);