PERFORCE change 54487 for review

Juli Mallett jmallett at FreeBSD.org
Wed Jun 9 12:41:02 GMT 2004


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

Change 54487 by jmallett at jmallett_oingo on 2004/06/09 12:40:11

	Make build without IP22.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#31 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#31 (text+ko) ====

@@ -56,7 +56,9 @@
 	void (*init)(void);
 	int type;
 } machines[] = {
+#ifdef	IP22
 	{ "SGI-IP22",	ip22_init,	MACH_SGI_IP22 },
+#endif
 	{ NULL,		NULL,		0 }
 };
 


More information about the p4-projects mailing list