Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2008 18:21:22 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134401 for review
Message-ID:  <200801291821.m0TILM3C097517@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134401

Change 134401 by rrs@rrs-mips2-jnpr on 2008/01/29 18:21:13

	Setup the size correctly for kproc structure in mips.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/sys/user.h#3 edit

Differences ...

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

@@ -100,7 +100,7 @@
 #define	KINFO_PROC_SIZE	768
 #endif
 #ifdef __mips__
-#define	KINFO_PROC_SIZE 792
+#define	KINFO_PROC_SIZE 816
 #endif
 #ifdef __powerpc__
 #define	KINFO_PROC_SIZE	768



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801291821.m0TILM3C097517>