From owner-cvs-src@FreeBSD.ORG Thu Feb 14 19:15:47 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 09FFD16A41A; Thu, 14 Feb 2008 19:15:47 +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 E9F0D13C468; Thu, 14 Feb 2008 19:15:46 +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 m1EJFkvS017280; Thu, 14 Feb 2008 19:15:46 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EJFkCm017279; Thu, 14 Feb 2008 19:15:46 GMT (envelope-from marcel) Message-Id: <200802141915.m1EJFkCm017279@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 14 Feb 2008 19:15:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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 19:15:47 -0000 marcel 2008-02-14 19:15:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/ia64/ia64 machdep.c pmap.c Log: Insta MFC: machdep.c:1.230, pmap.c:1.197 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.225.2.2 +6 -0 src/sys/ia64/ia64/machdep.c 1.191.2.2 +13 -0 src/sys/ia64/ia64/pmap.c