Define KINFO_PROC_SIZE for mips.

Approved by:	cognet (mentor)
This commit is contained in:
Oleksandr Tymoshenko 2008-04-29 11:17:45 +00:00
parent fbf4979ac2
commit ac0ddd0bc4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178660

View File

@ -99,6 +99,9 @@
#ifdef __i386__
#define KINFO_PROC_SIZE 768
#endif
#ifdef __mips__
#define KINFO_PROC_SIZE 816
#endif
#ifdef __powerpc__
#define KINFO_PROC_SIZE 768
#endif