summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-09-22 23:40:10 +0000
committerps <ps@FreeBSD.org>2000-09-22 23:40:10 +0000
commitab88cc6719e2d569d7f78bc2fdf7925513a538c8 (patch)
tree076030806da9ece11ea86aef58f1ac0c4fdd36c0 /sys/pci/pcisupport.c
parent9b419172b9371a7c431182f07664221bdc4cf735 (diff)
downloadFreeBSD-src-ab88cc6719e2d569d7f78bc2fdf7925513a538c8.zip
FreeBSD-src-ab88cc6719e2d569d7f78bc2fdf7925513a538c8.tar.gz
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Reviewed by: peter
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 2cfaaa1..e73a7a6 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -43,7 +43,6 @@
#include "opt_bus.h"
#include "opt_pci.h"
-#include "opt_smp.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud