From owner-cvs-all Mon Jun 17 8:46:19 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 9334637B40E; Mon, 17 Jun 2002 08:46:13 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5HFiAo64285; Mon, 17 Jun 2002 08:44:10 -0700 (PDT) (envelope-from jake) Message-Id: <200206171544.g5HFiAo64285@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 17 Jun 2002 08:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include vmparam.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 jake 2002/06/17 08:44:10 PDT Modified files: sys/sparc64/include vmparam.h sys/sparc64/sparc64 pmap.c Log: Add constants for the min and max prom addresses. Use these instead of magic numbers. Use stxa_sync instead of stxa; membar #Sync; to ensure that no instruction is placed between the two. This can cause random corruption even though interrupts are already disabled. Revision Changes Path 1.10 +3 -0 src/sys/sparc64/include/vmparam.h 1.60 +3 -3 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message