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)
This commit is contained in:
Mike Smith 2000-08-18 20:09:15 +00:00
parent c2a62388b7
commit 8ade16819d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64834
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@
/* Number of IO APICs. */
#if defined(APIC_IO) && !defined(NAPIC)
# define NAPIC 1
# define NAPIC 2
#endif /* SMP && NAPIC */

View file

@ -26,7 +26,7 @@
/* Number of IO APICs. */
#if defined(APIC_IO) && !defined(NAPIC)
# define NAPIC 1
# define NAPIC 2
#endif /* SMP && NAPIC */

View file

@ -26,7 +26,7 @@
/* Number of IO APICs. */
#if defined(APIC_IO) && !defined(NAPIC)
# define NAPIC 1
# define NAPIC 2
#endif /* SMP && NAPIC */