Make NIRQ configurable for MIPS
Submitted by: kan Reviewed by: kan Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5964
This commit is contained in:
parent
89f8f24077
commit
915c6043b0
@ -145,3 +145,4 @@ PV_STATS opt_pmap.h
|
||||
# Options to use INTRNG code
|
||||
#
|
||||
MIPS_INTRNG opt_global.h
|
||||
MIPS_NIRQ opt_global.h
|
||||
|
@ -47,8 +47,12 @@
|
||||
|
||||
#include <sys/intr.h>
|
||||
|
||||
#ifndef NIRQ
|
||||
#define NIRQ 128
|
||||
#ifndef MIPS_NIRQ
|
||||
#define MIPS_NIRQ 128
|
||||
#endif
|
||||
|
||||
#ifndef NIRQ
|
||||
#define NIRQ MIPS_NIRQ
|
||||
#endif
|
||||
|
||||
#define INTR_IRQ_NSPC_SWI 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user