PERFORCE change 100678 for review

Olivier Houchard cognet at FreeBSD.org
Thu Jul 6 00:11:26 UTC 2006


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

Change 100678 by cognet at cognet on 2006/07/06 00:10:44

	Define KINFO_PROC_SIZE for mips.

Affected files ...

.. //depot/projects/mips2/src/sys/sys/user.h#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/sys/user.h#2 (text+ko) ====

@@ -100,6 +100,9 @@
 #ifdef __sparc64__
 #define	KINFO_PROC_SIZE 1088
 #endif
+#ifdef __mips__
+#define KINFO_PROC_SIZE 768
+#endif
 #ifndef KINFO_PROC_SIZE
 #error "Unknown architecture"
 #endif


More information about the p4-projects mailing list