Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 Reorder to match struct. No functional ...
details: https://anonhg.NetBSD.org/src/rev/0cbbf2a7f105
branches: trunk
changeset: 779369:0cbbf2a7f105
user: skrll <skrll%NetBSD.org@localhost>
date: Wed May 23 11:18:46 2012 +0000
description:
Reorder to match struct. No functional change.
diffstat:
sys/arch/hp700/hp700/genassym.cf | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 905ff5916222 -r 0cbbf2a7f105 sys/arch/hp700/hp700/genassym.cf
--- a/sys/arch/hp700/hp700/genassym.cf Wed May 23 11:08:33 2012 +0000
+++ b/sys/arch/hp700/hp700/genassym.cf Wed May 23 11:18:46 2012 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index