Date: Wed, 24 Sep 2003 19:51:07 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/i386/acpica acpi_wakeup.c Message-ID: <200309250251.h8P2p77r040311@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/09/24 19:51:06 PDT FreeBSD src repository Modified files: sys/i386/i386 pmap.c sys/i386/include pmap.h sys/i386/acpica acpi_wakeup.c Log: - Eliminate the pte object. - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate KVA space for the page directory page(s). Submitted by: tegge Revision Changes Path 1.27 +0 -9 src/sys/i386/acpica/acpi_wakeup.c 1.436 +18 -18 src/sys/i386/i386/pmap.c 1.100 +0 -1 src/sys/i386/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309250251.h8P2p77r040311>