Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Remove tlog.h - unused now. Note that ...



details:   https://anonhg.NetBSD.org/src/rev/03a18fe66082
branches:  trunk
changeset: 356319:03a18fe66082
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sun Sep 17 09:11:19 2017 +0000

description:
Remove tlog.h - unused now. Note that it is not installed.

diffstat:

 sys/arch/i386/include/tlog.h |  26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)

diffs (30 lines):

diff -r 08960f76046d -r 03a18fe66082 sys/arch/i386/include/tlog.h
--- a/sys/arch/i386/include/tlog.h      Sun Sep 17 09:04:51 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-/*     $NetBSD: tlog.h,v 1.4 2004/02/13 11:36:14 wiz Exp $     */
-
-/*
- * Trap log.  Per-CPU ring buffer containing a log of the last 2**N
- * traps.
- */
-
-struct trec
-{
-       uint32_t        tr_sp;  /* stack pointer */
-       uint32_t        tr_hpc; /* handler pc */
-       uint32_t        tr_ipc; /* interrupted pc */
-       uint32_t        tr_tsc; /* timestamp counter */
-       uint32_t        tr_lbf; /* MSR_LAST{BRANCH,INT}{FROM,TO}IP */
-       uint32_t        tr_lbt;
-       uint32_t        tr_ibf;
-       uint32_t        tr_ibt;
-};
-
-struct tlog
-{
-       struct trec     tl_recs[128];
-};
-
-
-



Home | Main Index | Thread Index | Old Index