From owner-cvs-all Fri Oct 12 8:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31DC537B409; Fri, 12 Oct 2001 08:49:52 -0700 (PDT) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CFnqP10451; Fri, 12 Oct 2001 08:49:52 -0700 (PDT) (envelope-from tmm) Message-Id: <200110121549.f9CFnqP10451@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 12 Oct 2001 08:49:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include pmap.h src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/10/12 08:49:52 PDT Modified files: sys/sparc64/include pmap.h sys/sparc64/sparc64 pmap.c Log: Add pmap_kenter_flags(), which is used by MD bus code that will be committed soon, add a stub form pmap_kenter_temporary(), and implement pmap_extract() and pmap_kextract(). Revision Changes Path 1.8 +4 -1 src/sys/sparc64/include/pmap.h 1.14 +47 -5 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message