Define KINFO_PROC_SIZE for mips.
Approved by: cognet (mentor)
This commit is contained in:
parent
fbf4979ac2
commit
ac0ddd0bc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178660
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user