add __HAVE_MM_MD_DIRECT_MAPPED_PHYS

This commit is contained in:
matt 2012-12-10 06:50:28 +00:00
parent 465bde02e7
commit 80269dc9ce
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.58 2012/12/10 05:03:42 matt Exp $
# $NetBSD: genassym.cf,v 1.59 2012/12/10 06:50:28 matt Exp $
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@ -63,6 +63,10 @@ ifdef __ARM_FIQ_INDIRECT
define __ARM_FIQ_INDIRECT 1
endif
ifdef __HAVE_MM_MD_DIRECT_MAPPED_PHYS
define __HAVE_MM_MD_DIRECT_MAPPED_PHYS 1
endif
ifdef __HAVE_FAST_SOFTINTS
define __HAVE_FAST_SOFTINTS 1
endif