mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Make the default for NINTR really large (ie 64).
We just ran across one with 38+ entries.
This commit is contained in:
parent
628c89d341
commit
27584cebe0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26015
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user