Make the default for NINTR really large (ie 64).

We just ran across one with 38+ entries.
This commit is contained in:
Steve Passe 1997-05-22 22:04:45 +00:00
parent 628c89d341
commit 27584cebe0
1 changed files with 2 additions and 2 deletions

View File

@ -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.1 1997/05/01 06:57:56 smp Exp smp $
* $Id: mpapic.h,v 1.3 1997/05/01 19:33:06 fsmp Exp $
*/
#ifndef _MACHINE_MPAPIC_H_
@ -38,7 +38,7 @@
/* total number of APIC INTs, including SHARED INTs */
#if !defined(NINTR)
#define NINTR 24
#define NINTR 64
#endif /* NINTR */
/* size of APIC ID list */