Page MenuHomeFreeBSD

D5964.id.diff
No OneTemporary

D5964.id.diff

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

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)

Event Timeline