Date: Wed, 12 Jul 2006 10:22:23 GMT From: Bruce M Simpson <bms@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101346 for review Message-ID: <200607121022.k6CAMN6X014314@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101346 Change 101346 by bms@bms_montagne on 2006/07/12 10:21:39 Fold the lcd_init() reference under an ifdef to allow the kernel to link. Affected files ... .. //depot/projects/mips2/src/sys/mips/mips/machdep.c#14 edit Differences ... ==== //depot/projects/mips2/src/sys/mips/mips/machdep.c#14 (text+ko) ==== @@ -341,7 +341,9 @@ * XXXMIPS: I think I know how to get it working in more elegant way. * Use external functions for now. */ +#ifdef MIPS32_LCD lcd_init(); +#endif cninit(); mips_init();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607121022.k6CAMN6X014314>