Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2019-08-29 07:34:14 +00:00
parent a2a0f90654
commit 04359b5e1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351595

View File

@ -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.");