Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/amlogic increase pic max sources



details:   https://anonhg.NetBSD.org/src/rev/a286c64facbb
branches:  trunk
changeset: 806526:a286c64facbb
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Feb 27 19:56:07 2015 +0000

description:
increase pic max sources

diffstat:

 sys/arch/arm/amlogic/amlogic_intr.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 981b06500cd5 -r a286c64facbb sys/arch/arm/amlogic/amlogic_intr.h
--- a/sys/arch/arm/amlogic/amlogic_intr.h       Fri Feb 27 18:52:20 2015 +0000
+++ b/sys/arch/arm/amlogic/amlogic_intr.h       Fri Feb 27 19:56:07 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amlogic_intr.h,v 1.1 2015/02/07 17:20:17 jmcneill Exp $ */
+/* $NetBSD: amlogic_intr.h,v 1.2 2015/02/27 19:56:07 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,8 +29,8 @@
 #ifndef _ARM_AMLOGIC_INTR_H
 #define _ARM_AMLOGIC_INTR_H
 
-#define PIC_MAXSOURCES         224
-#define PIC_MAXMAXSOURCES      256
+#define PIC_MAXSOURCES         256
+#define PIC_MAXMAXSOURCES      282
 
 #include <arm/cortex/gic_intr.h>
 #include <arm/cortex/a9tmr_intr.h>



Home | Main Index | Thread Index | Old Index