Revision 4fbf05ee983505d6bf177697f5780aa178f118e9 authored by John Baldwin on 22 January 2010, 20:46:11 UTC, committed by John Baldwin on 22 January 2010, 20:46:11 UTC
Change pmap_enter_quick_locked() so that it uses the kernel's direct map
instead of the pmap's recursive mapping to access the lowest level of the
page table when it maps a user-space virtual address.
1 parent 8e5aac2
Raw File
Makefile.inc
# $FreeBSD$

OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris
OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/cddl/contrib/opensolaris

IGNORE_PRAGMA=	YES

CFLAGS+=	-DNEED_SOLARIS_BOOLEAN

CSTD?=		gnu89
back to top