Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Backout last change.



details:   https://anonhg.NetBSD.org/src/rev/634aaa2b077d
branches:  trunk
changeset: 338729:634aaa2b077d
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jun 06 04:36:15 2015 +0000

description:
Backout last change.

diffstat:

 sys/arch/mips/mips/genassym.cf |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0506183176cc -r 634aaa2b077d sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf    Sat Jun 06 04:34:57 2015 +0000
+++ b/sys/arch/mips/mips/genassym.cf    Sat Jun 06 04:36:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.56 2015/06/06 04:34:57 matt Exp $
+#      $NetBSD: genassym.cf,v 1.57 2015/06/06 04:36:15 matt Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -284,7 +284,6 @@
 define CPU_INFO_CURLWP         offsetof(struct cpu_info, ci_curlwp)
 define CPU_INFO_IDLELWP        offsetof(struct cpu_info, ci_data.cpu_idlelwp)
 define CPU_INFO_EV_TLBMISSES   offsetof(struct cpu_info, ci_ev_tlbmisses.ev_count)
-define CPU_INFO_NMI_STACK      offsetof(struct cpu_info, ci_xnext)
 define CPU_INFO_PMAP_SEG0TAB   offsetof(struct cpu_info, ci_pmap_seg0tab)
 ifdef _LP64
 define CPU_INFO_PMAP_SEGTAB    offsetof(struct cpu_info, ci_pmap_segtab)



Home | Main Index | Thread Index | Old Index