From owner-cvs-src@FreeBSD.ORG Thu Feb 14 18:46:50 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A61DC16A41B; Thu, 14 Feb 2008 18:46:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9141A13C442; Thu, 14 Feb 2008 18:46:50 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EIkoR5013994; Thu, 14 Feb 2008 18:46:50 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EIkoUN013993; Thu, 14 Feb 2008 18:46:50 GMT (envelope-from marcel) Message-Id: <200802141846.m1EIkoUN013993@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 14 Feb 2008 18:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 machdep.c pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 18:46:50 -0000 marcel 2008-02-14 18:46:50 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c pmap.c Log: On Montecito processors, the instruction cache is in fact not coherent with the data caches. Implement a quick fix to allow us to boot on Montecito, while I'm working on a better fix in the mean time. Commit made on Montecito-based Itanium... Revision Changes Path 1.230 +6 -0 src/sys/ia64/ia64/machdep.c 1.197 +13 -0 src/sys/ia64/ia64/pmap.c