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 No need to make CI_MMFSA depend on ...



details:   https://anonhg.NetBSD.org/src/rev/a29fe6e22145
branches:  trunk
changeset: 792664:a29fe6e22145
user:      palle <palle%NetBSD.org@localhost>
date:      Sat Jan 11 18:31:35 2014 +0000

description:
No need to make CI_MMFSA depend on SUN4V since the ci_mmfsa field is always present in the cpu_info struct now

diffstat:

 sys/arch/sparc64/sparc64/genassym.cf |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r f83700826ac6 -r a29fe6e22145 sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf      Sat Jan 11 18:21:45 2014 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf      Sat Jan 11 18:31:35 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.70 2014/01/11 12:20:07 nakayama Exp $
+#      $NetBSD: genassym.cf,v 1.71 2014/01/11 18:31:35 palle Exp $
 
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -163,9 +163,7 @@
 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 MULTIPROCESSOR
 define CI_IPIEVC       offsetof(struct cpu_info, ci_ipi_evcnt[0].ev_count)
 endif



Home | Main Index | Thread Index | Old Index