From: <ke...@us...> - 2003-11-02 00:17:09
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv30350/arch/vax/kernel Modified Files: setup.c Log Message: Kaj-Michael Lang: Driver for SMG framebuffer Index: setup.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/setup.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- setup.c 2 Aug 2003 23:44:46 -0000 1.19 +++ setup.c 2 Nov 2003 00:17:06 -0000 1.20 @@ -182,7 +182,7 @@ #ifdef CONFIG_FB /* we need a dummy console up at cons_init time, otherwise there'll be no VT's allocated for the real fbdev console to later take over */ - /* conswitchp = &dummy_con; */ + conswitchp = &dummy_con; #endif } |