Add some defines for epoc32.

This commit is contained in:
kiyohara 2013-04-29 12:47:14 +00:00
parent 22c5786eaa
commit ae7a7c18bb

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.60 2012/12/17 17:10:48 matt Exp $
# $NetBSD: genassym.cf,v 1.61 2013/04/29 12:47:14 kiyohara Exp $
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@ -106,6 +106,14 @@ define L1_TABLE_SIZE L1_TABLE_SIZE
define L1_TYPE_S L1_TYPE_S
define L1_S_DOM_KERNEL L1_S_DOM(PMAP_DOMAIN_KERNEL)
define L1_C_PROTO_generic L1_C_PROTO_generic
define L2_S_PROTO_generic L2_S_PROTO_generic
define L2_S_SHIFT L2_S_SHIFT
define L2_S_SIZE L2_S_SIZE
define L2_C L2_C
define L2_AP_KRW L2_AP(AP_KRW)
ifdef PMAP_INCLUDE_PTE_SYNC
define PMAP_INCLUDE_PTE_SYNC 1
endif