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 Make ddb_regs, undefined & vfp evcnt's ...



details:   https://anonhg.NetBSD.org/src/rev/4788e01f1729
branches:  trunk
changeset: 794914:4788e01f1729
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 28 21:44:59 2014 +0000

description:
Make ddb_regs, undefined & vfp evcnt's per cpu.

diffstat:

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

diffs (15 lines):

diff -r 232996d81448 -r 4788e01f1729 sys/arch/arm/include/cpu.h
--- a/sys/arch/arm/include/cpu.h        Fri Mar 28 21:44:35 2014 +0000
+++ b/sys/arch/arm/include/cpu.h        Fri Mar 28 21:44:59 2014 +0000
@@ -166,7 +166,11 @@
        struct pmap *ci_pmap_lastuser;
        struct pmap *ci_pmap_cur;
        tlb_asid_t ci_pmap_asid_cur;
+       struct trapframe *ci_ddb_regs;
        struct evcnt ci_abt_evs[16];
+       struct evcnt ci_und_ev;
+       struct evcnt ci_und_cp15_ev;
+       struct evcnt ci_vfp_evs[3];
 #if defined(MP_CPU_INFO_MEMBERS)
        MP_CPU_INFO_MEMBERS
 #endif



Home | Main Index | Thread Index | Old Index