Date: Tue, 16 Nov 2010 06:20:12 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/i386/i386 locore.s pmap.c src/sys/i386/include pmap.h Message-ID: <201011160620.oAG6KSWm081741@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2010-11-16 06:20:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/i386/i386 locore.s pmap.c sys/i386/include pmap.h Log: SVN rev 215374 on 2010-11-16 06:20:12Z by alc MFC r213455 Initialize KPTmap in locore so that vm86.c can call vtophys() (or really pmap_kextract()) before pmap_bootstrap() is called. Document the set of pmap functions that may be called before pmap_bootstrap() is called. Revision Changes Path 1.188.2.3 +10 -0 src/sys/i386/i386/locore.s 1.594.2.35 +14 -7 src/sys/i386/i386/pmap.c 1.128.2.10 +26 -8 src/sys/i386/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011160620.oAG6KSWm081741>