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 PIC_MAXSOURCES to 352.
details: https://anonhg.NetBSD.org/src/rev/6e04b7515563
branches: trunk
changeset: 362544:6e04b7515563
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Fri Jun 15 14:25:22 2018 +0000
description:
Bump PIC_MAXSOURCES to 352.
(`qemu-system-arm -M virt` currently needs 288)
diffstat:
sys/arch/arm/fdt/fdt_intr.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bb20e07b88af -r 6e04b7515563 sys/arch/arm/fdt/fdt_intr.h
--- a/sys/arch/arm/fdt/fdt_intr.h Fri Jun 15 09:54:02 2018 +0000
+++ b/sys/arch/arm/fdt/fdt_intr.h Fri Jun 15 14:25:22 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_intr.h,v 1.2 2017/08/25 00:07:02 jmcneill Exp $ */
+/* $NetBSD: fdt_intr.h,v 1.3 2018/06/15 14:25:22 jakllsch 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 256
+#define PIC_MAXSOURCES 352
#define PIC_MAXMAXSOURCES (PIC_MAXSOURCES + 32)
void arm_fdt_irq_set_handler(void (*)(void *));
Home |
Main Index |
Thread Index |
Old Index