Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a2a0f90654
commit
04359b5e1e
@ -86,10 +86,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <vm/vm_map.h>
|
||||
#include <vm/vm_param.h>
|
||||
|
||||
#ifndef NSFBUFS
|
||||
#define NSFBUFS (512 + maxusers * 16)
|
||||
#endif
|
||||
|
||||
_Static_assert(__OFFSETOF_MONITORBUF == offsetof(struct pcpu, pc_monitorbuf),
|
||||
"__OFFSETOF_MONITORBUF does not correspond with offset of pc_monitorbuf.");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user