aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-05-25 02:43:42 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-05-25 02:43:42 +0000
commita2e406773116380fff39f1f788419ae1559bea69 (patch)
treed55a09972872e3b9a48e33ea9bc728721eaad753
parent31adf0ad423994f4bb4c1d311419d2cca28cd5cc (diff)
downloadsrc-a2e406773116380fff39f1f788419ae1559bea69.tar.gz
src-a2e406773116380fff39f1f788419ae1559bea69.zip
Minor cleanup.
Comment about expanded use of NAPICIDS. Change default NINTR from 64 to 48.
Notes
Notes: svn path=/head/; revision=26107
-rw-r--r--sys/i386/include/mpapic.h21
1 files changed, 12 insertions, 9 deletions
diff --git a/sys/i386/include/mpapic.h b/sys/i386/include/mpapic.h
index ba8b5081d6de..baf00a04a630 100644
--- a/sys/i386/include/mpapic.h
+++ b/sys/i386/include/mpapic.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mpapic.h,v 1.3 1997/05/01 19:33:06 fsmp Exp $
+ * $Id: mpapic.h,v 1.4 1997/05/22 22:04:45 fsmp Exp $
*/
#ifndef _MACHINE_MPAPIC_H_
@@ -36,19 +36,22 @@
# define NBUS 4
#endif /* NBUS */
-/* total number of APIC INTs, including SHARED INTs */
-#if !defined(NINTR)
-#define NINTR 64
-#endif /* NINTR */
-
-/* size of APIC ID list */
-#define NAPICID 16
-
/* number of IO APICs */
# if !defined(NAPIC)
# define NAPIC 1
# endif /* NAPIC */
+/* total number of APIC INTs, including SHARED INTs */
+#if !defined(NINTR)
+#define NINTR 48
+#endif /* NINTR */
+
+
+/*
+ * Size of APIC ID list.
+ * Also used a MAX size of various other arrays.
+ */
+#define NAPICID 16
/* these don't really belong in here... */
enum busTypes {