- if (vc->vc_mode == KD_TEXT &&
#if defined(CONFIG_VGA_CONSOLE)
- (vc->vc_sw == &vga_con) &&
-#endif
+ if (vc->vc_mode == KD_TEXT && vc->vc_sw == &vga_con &&
vc->vc_sw->con_font_set) {
if (vc->vc_font.data) {
lock_kernel();
@@ -1205,7 +1201,7 @@ static void complete_change_console(struct vc_data *vc)
unlock_kernel();
}
}
-
+#endif
/*
* This can't appear below a successful kill_pid(). If it did,
* then the *blank_screen operation could occur while X, having
--
Matthew Garrett | mjg59@srcf.ucam.org
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
04-07-2008, 01:59 PM
Tim Gardner
Fix framebuffer fonts on non-x86 platforms
Matthew Garrett wrote:
> Console fonts are broken on all architectures that don't support VGA
> framebuffers right now. Please apply this fixup.
>
> Signed-off-by: Matthew Garrett <mjg59@srcf.ucam.org>
Applied. This looks better then the fix I implemented.
--
Tim Gardner tim.gardner@ubuntu.com
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team