Bump PIC_MAXSOURCES to 352.

(`qemu-system-arm -M virt` currently needs 288)
This commit is contained in:
jakllsch 2018-06-15 14:25:22 +00:00
parent 78e4f33125
commit 1a12da05b5
1 changed files with 2 additions and 2 deletions

View File

@ -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>
@ -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 *));