Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/include There are only 16 faults.



details:   https://anonhg.NetBSD.org/src/rev/9d596e291894
branches:  trunk
changeset: 789398:9d596e291894
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 18 06:46:04 2013 +0000

description:
There are only 16 faults.

diffstat:

 sys/arch/arm/include/cpu.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1ce7176e839a -r 9d596e291894 sys/arch/arm/include/cpu.h
--- a/sys/arch/arm/include/cpu.h        Sun Aug 18 06:37:02 2013 +0000
+++ b/sys/arch/arm/include/cpu.h        Sun Aug 18 06:46:04 2013 +0000
@@ -154,7 +154,7 @@
        register_t ci_undefsave[3];
        uint32_t ci_vfp_id;
        uint64_t ci_lastintr;
-       struct evcnt ci_abt_evs[FAULT_TYPE_MASK+1];
+       struct evcnt ci_abt_evs[16];
 #if defined(MP_CPU_INFO_MEMBERS)
        MP_CPU_INFO_MEMBERS
 #endif



Home | Main Index | Thread Index | Old Index