From owner-cvs-all Sat Mar 16 17:53:55 2002 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 753D637B416; Sat, 16 Mar 2002 17:53:51 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2H1rpD18574; Sat, 16 Mar 2002 17:53:51 -0800 (PST) (envelope-from jake) Message-Id: <200203170153.g2H1rpD18574@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 16 Mar 2002 17:53:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 jake 2002/03/16 17:53:51 PST Modified files: sys/sparc64/sparc64 pmap.c Log: Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove, even on the local cpu. These are no longer used unsafely in MI code, and the MD code has been adjusted to compensate. Revision Changes Path 1.43 +0 -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