Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Uncomment ifdef/endif and tabify.
details: https://anonhg.NetBSD.org/src/rev/725066185bdf
branches: trunk
changeset: 325907:725066185bdf
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Jan 11 12:20:07 2014 +0000
description:
Uncomment ifdef/endif and tabify.
diffstat:
sys/arch/sparc64/sparc64/genassym.cf | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r f6c8343dbab2 -r 725066185bdf sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf Sat Jan 11 09:04:17 2014 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf Sat Jan 11 12:20:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.69 2014/01/07 20:11:35 palle Exp $
+# $NetBSD: genassym.cf,v 1.70 2014/01/11 12:20:07 nakayama Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -163,9 +163,9 @@
define CI_CTXBUSY offsetof(struct cpu_info, ci_ctxbusy)
define CI_TSB_DMMU offsetof(struct cpu_info, ci_tsb_dmmu)
define CI_TSB_IMMU offsetof(struct cpu_info, ci_tsb_immu)
-#ifdef SUN4V
-define CI_MMFSA offsetof(struct cpu_info, ci_mmfsa)
-#endif
+ifdef SUN4V
+define CI_MMFSA offsetof(struct cpu_info, ci_mmfsa)
+endif
ifdef MULTIPROCESSOR
define CI_IPIEVC offsetof(struct cpu_info, ci_ipi_evcnt[0].ev_count)
endif
Home |
Main Index |
Thread Index |
Old Index