Module Name: src
Committed By: jmcneill
Date: Wed Sep 5 10:20:47 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: fdt_intr.h
Log Message:
Bump PIX_MAXSOURCES to 480
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/fdt/fdt_intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/fdt/fdt_intr.h
diff -u src/sys/arch/arm/fdt/fdt_intr.h:1.3 src/sys/arch/arm/fdt/fdt_intr.h:1.4
--- src/sys/arch/arm/fdt/fdt_intr.h:1.3 Fri Jun 15 14:25:22 2018
+++ src/sys/arch/arm/fdt/fdt_intr.h Wed Sep 5 10:20:47 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_intr.h,v 1.3 2018/06/15 14:25:22 jakllsch Exp $ */
+/* $NetBSD: fdt_intr.h,v 1.4 2018/09/05 10:20:47 jmcneill Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <[email protected]>
@@ -36,7 +36,7 @@
#define __HAVE_PIC_SET_PRIORITY
#define __HAVE_PIC_PENDING_INTRS
-#define PIC_MAXSOURCES 352
+#define PIC_MAXSOURCES 480
#define PIC_MAXMAXSOURCES (PIC_MAXSOURCES + 32)
void arm_fdt_irq_set_handler(void (*)(void *));