Module Name: src
Committed By: matt
Date: Sat Jun 6 04:36:15 UTC 2015
Modified Files:
src/sys/arch/mips/mips: genassym.cf
Log Message:
Backout last change.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/mips/genassym.cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.56 src/sys/arch/mips/mips/genassym.cf:1.57
--- src/sys/arch/mips/mips/genassym.cf:1.56 Sat Jun 6 04:34:57 2015
+++ src/sys/arch/mips/mips/genassym.cf Sat Jun 6 04:36:15 2015
@@ -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_IDEPTH offsetof(struct
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)