Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex Add an define for spurious interrupt num...



details:   https://anonhg.NetBSD.org/src/rev/532ceb49fc18
branches:  trunk
changeset: 808848:532ceb49fc18
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jun 05 06:46:00 2015 +0000

description:
Add an define for spurious interrupt number 1022

diffstat:

 sys/arch/arm/cortex/gic_reg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 06ee5229b0af -r 532ceb49fc18 sys/arch/arm/cortex/gic_reg.h
--- a/sys/arch/arm/cortex/gic_reg.h     Fri Jun 05 05:37:42 2015 +0000
+++ b/sys/arch/arm/cortex/gic_reg.h     Fri Jun 05 06:46:00 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gic_reg.h,v 1.3 2014/04/27 16:22:13 matt Exp $ */
+/*     $NetBSD: gic_reg.h,v 1.4 2015/06/05 06:46:00 skrll Exp $        */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -101,6 +101,7 @@
 #define        GICC_IAR_CPUID                  __BITS(12,10)
 #define        GICC_IAR_IRQ                    __BITS(9,0)
 #define        GICC_IAR_IRQ_SPURIOUS           1023
+#define        GICC_IAR_IRQ_SSPURIOUS          1022    // Secure
 
 #define        GICC_EOIR_CPUID                 __BITS(12,10)
 #define        GICC_EOIR_InterruptID           __BITS(9,0)



Home | Main Index | Thread Index | Old Index