Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157986405
D5964.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
650 B
Referenced Files
None
Subscribers
None
D5964.id.diff
View Options
Index: head/sys/conf/options.mips
===================================================================
--- head/sys/conf/options.mips
+++ head/sys/conf/options.mips
@@ -145,3 +145,4 @@
# Options to use INTRNG code
#
MIPS_INTRNG opt_global.h
+MIPS_NIRQ opt_global.h
Index: head/sys/mips/include/intr.h
===================================================================
--- head/sys/mips/include/intr.h
+++ head/sys/mips/include/intr.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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 28, 4:48 AM (22 m, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33577725
Default Alt Text
D5964.id.diff (650 B)
Attached To
Mode
D5964: Make NIRQ configurable for MIPS
Attached
Detach File
Event Timeline
Log In to Comment