Module Name: src
Committed By: skrll
Date: Wed May 23 11:18:46 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Reorder to match struct. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/hp700/hp700/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/hp700/hp700/genassym.cf
diff -u src/sys/arch/hp700/hp700/genassym.cf:1.32 src/sys/arch/hp700/hp700/genassym.cf:1.33
--- src/sys/arch/hp700/hp700/genassym.cf:1.32 Tue Feb 1 18:33:24 2011
+++ src/sys/arch/hp700/hp700/genassym.cf Wed May 23 11:18:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.32 2011/02/01 18:33:24 skrll Exp $
+# $NetBSD: genassym.cf,v 1.33 2012/05/23 11:18:46 skrll Exp $
# $OpenBSD: genassym.cf,v 1.18 2001/09/20 18:31:14 mickey Exp $
@@ -91,12 +91,12 @@ member IR_BITS_MAP ir_bits_map
export IR_BIT_REG
# struct cpu_info fields
+define CI_TRAPSAVE offsetof(struct cpu_info, ci_trapsave)
+define CI_MTX_COUNT offsetof(struct cpu_info, ci_mtx_count)
define CI_CPL offsetof(struct cpu_info, ci_cpl)
define CI_IPENDING offsetof(struct cpu_info, ci_ipending)
#define CI_INTR_DEPTH offsetof(struct cpu_info, ci_intr_depth)
#define CI_SOFTLWPS offsetof(struct cpu_info, ci_softlwps)
-define CI_MTX_COUNT offsetof(struct cpu_info, ci_mtx_count)
-define CI_TRAPSAVE offsetof(struct cpu_info, ci_trapsave)
define CI_PSW offsetof(struct cpu_info, ci_psw)
define CI_FPU_STATE offsetof(struct cpu_info, ci_fpu_state)
ifdef MULTIPROCESSOR