Module Name: src
Committed By: matt
Date: Sat Jun 6 04:34:57 UTC 2015
Modified Files:
src/sys/arch/mips/mips: genassym.cf
Log Message:
Add IPI_WDOG
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 src/sys/arch/mips/mips/genassym.cf:1.56
--- src/sys/arch/mips/mips/genassym.cf:1.55 Tue Jun 2 05:10:57 2015
+++ src/sys/arch/mips/mips/genassym.cf Sat Jun 6 04:34:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.55 2015/06/02 05:10:57 matt Exp $
+# $NetBSD: genassym.cf,v 1.56 2015/06/06 04:34:57 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -284,6 +284,7 @@ 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)