PERFORCE change 101346 for review

Bruce M Simpson bms at FreeBSD.org
Wed Jul 12 10:22:35 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101346

Change 101346 by bms at 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();


More information about the p4-projects mailing list