Have MI genassym.cf.
This commit is contained in:
parent
282cd20ff5
commit
54882650b0
|
@ -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 VM_MIN_KERNEL_ADDRESS_HIGH32 (VM_MIN_KERNEL_ADDRESS >> 32)
|
|||
define RESCHED_KPREEMPT RESCHED_KPREEMPT
|
||||
|
||||
define SEL_RPL_MASK SEL_RPL
|
||||
|
||||
define COHERENCY_UNIT COHERENCY_UNIT
|
||||
|
|
|
@ -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 EVTCHN_UPCALL_MASK offsetof(struct vcpu_info, evtchn_upcall_mask)
|
|||
define HYPERVISOR_sched_op __HYPERVISOR_sched_op
|
||||
define SCHEDOP_yield SCHEDOP_yield
|
||||
endif
|
||||
|
||||
define COHERENCY_UNIT COHERENCY_UNIT
|
||||
|
|
|
@ -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 MCI_SDCACHE_SIZE offsetof(struct mips_cache_info, mci_sdcache_size)
|
|||
|
||||
define MIPS_CURLWP_LABEL MIPS_CURLWP_LABEL
|
||||
define MIPS_CURLWP_REG MIPS_CURLWP_REG
|
||||
|
||||
define COHERENCY_UNIT COHERENCY_UNIT
|
||||
|
|
|
@ -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 @@ SYSTEM_LD_TAIL_STAGE2+= ${SYSTEM_LD_TAIL_EXTRA}
|
|||
##
|
||||
## (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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# $NetBSD: genassym.cf,v 1.1 2015/08/26 03:00:52 uebayasi Exp $
|
||||
|
||||
define COHERENCY_UNIT COHERENCY_UNIT
|
Loading…
Reference in New Issue