|
|
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
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|