aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2019-08-29 07:34:14 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2019-08-29 07:34:14 +0000
commit04359b5e1ed106cd9cb7290040bdf380598bda7b (patch)
tree7c3c8a8f981d8e1def0346f38e1b5efb57a20bd1 /sys
parenta2a0f90654eeca563cf47f043d6c1a14e6a7e289 (diff)
downloadsrc-04359b5e1ed106cd9cb7290040bdf380598bda7b.tar.gz
src-04359b5e1ed106cd9cb7290040bdf380598bda7b.zip
Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=351595
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/vm_machdep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index 4167046af15d..da2e85ee13e4 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -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.");