summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-08-18 20:09:15 +0000
committermsmith <msmith@FreeBSD.org>2000-08-18 20:09:15 +0000
commit5b74deeea0da4626c74d81c4801c5020aac9c897 (patch)
tree193835c6a42292d58ce1518055cfa3a96901bbeb /sys/amd64
parent0dad9ac394acfb33609f3f11bc07197704656212 (diff)
downloadFreeBSD-src-5b74deeea0da4626c74d81c4801c5020aac9c897.zip
FreeBSD-src-5b74deeea0da4626c74d81c4801c5020aac9c897.tar.gz
Increase the default NAPIC from 1 to 2 as a bandaid until we allocate
these dynamically (ie. typically you shouldn't have to set NAPIC at all)
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index cb642ffd..69b716b 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -26,7 +26,7 @@
/* Number of IO APICs. */
#if defined(APIC_IO) && !defined(NAPIC)
-# define NAPIC 1
+# define NAPIC 2
#endif /* SMP && NAPIC */
OpenPOWER on IntegriCloud