From owner-cvs-all Wed Feb 27 18:45:14 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 CBA5137B402; Wed, 27 Feb 2002 18:45:10 -0800 (PST) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1S2jAi64239; Wed, 27 Feb 2002 18:45:10 -0800 (PST) (envelope-from benno) Message-Id: <200202280245.g1S2jAi64239@freefall.freebsd.org> From: Benno Rice Date: Wed, 27 Feb 2002 18:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc 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 benno 2002/02/27 18:45:10 PST Modified files: sys/powerpc/powerpc pmap.c Log: Remove most of the usage of critical_enter/exit. I put these in to match the use of spl*() in the NetBSD code I was basing this on, but it appears to cause problems. I'm doing this in a separate commit so as to be able to refer back if locking becomes an issue at a later stage. Revision Changes Path 1.15 +0 -29 src/sys/powerpc/powerpc/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message