From owner-cvs-all Mon Jul 29 22:48:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2ECA37B400; Mon, 29 Jul 2002 22:48:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4773E43E42; Mon, 29 Jul 2002 22:48:34 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6U5mYJU089195; Mon, 29 Jul 2002 22:48:34 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6U5mYK1089194; Mon, 29 Jul 2002 22:48:34 -0700 (PDT) Message-Id: <200207300548.g6U5mYK1089194@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 29 Jul 2002 22:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 cache.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/07/29 22:48:34 PDT Modified files: sys/sparc64/sparc64 cache.c Log: The data cache on UltraSPARC III is not directly mapped, so don't assert that. This breaks assumptions made by some of the cache flushing code, but UltraSPARC III has different methods for invalidating cache lines anyway. Revision Changes Path 1.9 +0 -2 src/sys/sparc64/sparc64/cache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message