From: Ingo Molnar This patch fixes scheduling latencies in vgacon_do_font_op(). The code is protected by vga_lock already so it's safe to drop (and re-acquire) the BKL. Has been tested in the -VP patchset. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton --- 25-akpm/drivers/video/console/vgacon.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN drivers/video/console/vgacon.c~sched-fix-scheduling-latencies-in-vgaconc drivers/video/console/vgacon.c --- 25/drivers/video/console/vgacon.c~sched-fix-scheduling-latencies-in-vgaconc Tue Sep 14 17:42:13 2004 +++ 25-akpm/drivers/video/console/vgacon.c Tue Sep 14 17:42:13 2004 @@ -49,6 +49,7 @@ #include #include #include +#include #include