PERFORCE change 100801 for review
Wojciech A. Koszek
wkoszek at FreeBSD.org
Thu Jul 6 21:50:58 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=100801
Change 100801 by wkoszek at wkoszek_laptop on 2006/07/06 21:50:26
Make value of KINFO_PROC_SIZE more or less correct.
It failed CTASSERT from kern_proc.c for now, but it's what I got
while cross-compiling.
Affected files ...
.. //depot/projects/mips2/src/sys/sys/user.h#5 edit
Differences ...
==== //depot/projects/mips2/src/sys/sys/user.h#5 (text+ko) ====
@@ -94,8 +94,11 @@
#ifdef __i386__
#define KINFO_PROC_SIZE 768
#endif
+/*
+ * XXXMIPS: I'm not sure, but after cross-compiling my test-case I saw 768.
+ */
#ifdef __mips__
-#define KINFO_PROC_SIZE 792
+#define KINFO_PROC_SIZE 768
#endif
#ifdef __powerpc__
#define KINFO_PROC_SIZE 768
More information about the p4-projects
mailing list