Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Have MI genassym.cf.



details:   https://anonhg.NetBSD.org/src/rev/7349c250e0cc
branches:  trunk
changeset: 810334:7349c250e0cc
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Aug 26 03:00:52 2015 +0000

description:
Have MI genassym.cf.

diffstat:

 sys/arch/amd64/amd64/genassym.cf |  4 +---
 sys/arch/i386/i386/genassym.cf   |  4 +---
 sys/arch/mips/mips/genassym.cf   |  4 +---
 sys/conf/Makefile.kern.inc       |  6 +++---
 sys/conf/genassym.cf             |  3 +++
 5 files changed, 9 insertions(+), 12 deletions(-)

diffs (73 lines):

diff -r 0ef969d188ac -r 7349c250e0cc sys/arch/amd64/amd64/genassym.cf
--- a/sys/arch/amd64/amd64/genassym.cf  Wed Aug 26 02:54:09 2015 +0000
+++ b/sys/arch/amd64/amd64/genassym.cf  Wed Aug 26 03:00:52 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.58 2015/08/25 08:04:31 uebayasi Exp $
+#      $NetBSD: genassym.cf,v 1.59 2015/08/26 03:00:53 uebayasi Exp $
 
 #
 # Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -373,5 +373,3 @@
 define RESCHED_KPREEMPT        RESCHED_KPREEMPT
 
 define SEL_RPL_MASK            SEL_RPL
-
-define COHERENCY_UNIT          COHERENCY_UNIT
diff -r 0ef969d188ac -r 7349c250e0cc sys/arch/i386/i386/genassym.cf
--- a/sys/arch/i386/i386/genassym.cf    Wed Aug 26 02:54:09 2015 +0000
+++ b/sys/arch/i386/i386/genassym.cf    Wed Aug 26 03:00:52 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.98 2015/08/25 12:56:58 uebayasi Exp $
+#      $NetBSD: genassym.cf,v 1.99 2015/08/26 03:00:53 uebayasi Exp $
 
 #
 # Copyright (c) 1998, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -422,5 +422,3 @@
 define HYPERVISOR_sched_op     __HYPERVISOR_sched_op
 define SCHEDOP_yield           SCHEDOP_yield
 endif
-
-define COHERENCY_UNIT          COHERENCY_UNIT
diff -r 0ef969d188ac -r 7349c250e0cc sys/arch/mips/mips/genassym.cf
--- a/sys/arch/mips/mips/genassym.cf    Wed Aug 26 02:54:09 2015 +0000
+++ b/sys/arch/mips/mips/genassym.cf    Wed Aug 26 03:00:52 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.65 2015/08/25 08:08:12 uebayasi Exp $
+#      $NetBSD: genassym.cf,v 1.66 2015/08/26 03:00:53 uebayasi Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -346,5 +346,3 @@
 
 define MIPS_CURLWP_LABEL       MIPS_CURLWP_LABEL
 define MIPS_CURLWP_REG         MIPS_CURLWP_REG
-
-define COHERENCY_UNIT          COHERENCY_UNIT
diff -r 0ef969d188ac -r 7349c250e0cc sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed Aug 26 02:54:09 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed Aug 26 03:00:52 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.192 2015/08/26 02:54:09 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.193 2015/08/26 03:00:52 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -303,9 +303,9 @@
 ##
 ## (6) port independent targets and dependencies: assym.h, vers.o
 ##
-assym.h: ${GENASSYM_CONF} ${GENASSYM_EXTRAS}
+assym.h: ${GENASSYM_CONF} ${GENASSYM_EXTRAS} $S/conf/genassym.cf
        ${_MKTARGET_CREATE}
-       cat ${GENASSYM_CONF} ${GENASSYM_EXTRAS} | \
+       cat ${GENASSYM_CONF} ${GENASSYM_EXTRAS} $S/conf/genassym.cf | \
            ${GENASSYM} -- ${CC} ${CFLAGS:N-Wa,*} ${CPPFLAGS} ${PROF} \
            ${GENASSYM_CPPFLAGS} > assym.h.tmp && \
        mv -f assym.h.tmp assym.h
diff -r 0ef969d188ac -r 7349c250e0cc sys/conf/genassym.cf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/conf/genassym.cf      Wed Aug 26 03:00:52 2015 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: genassym.cf,v 1.1 2015/08/26 03:00:52 uebayasi Exp $
+
+define COHERENCY_UNIT          COHERENCY_UNIT



Home | Main Index | Thread Index | Old Index