Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/fdt Bump PIX_MAXSOURCES to 480
details: https://anonhg.NetBSD.org/src/rev/f031eb801d13
branches: trunk
changeset: 993337:f031eb801d13
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Sep 05 10:20:47 2018 +0000
description:
Bump PIX_MAXSOURCES to 480
diffstat:
sys/arch/arm/fdt/fdt_intr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fda077ca55c2 -r f031eb801d13 sys/arch/arm/fdt/fdt_intr.h
--- a/sys/arch/arm/fdt/fdt_intr.h Wed Sep 05 07:32:45 2018 +0000
+++ b/sys/arch/arm/fdt/fdt_intr.h Wed Sep 05 10:20:47 2018 +0000
@@ -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 <jmcneill%invisible.ca@localhost>
@@ -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 *));
Home |
Main Index |
Thread Index |
Old Index