From owner-cvs-src@FreeBSD.ORG Thu Feb 14 22:51:52 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 7A03116A479; Thu, 14 Feb 2008 22:51:52 +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 6716813C4E1; Thu, 14 Feb 2008 22:51:52 +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 m1EMpqPB042196; Thu, 14 Feb 2008 22:51:52 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EMpqod042195; Thu, 14 Feb 2008 22:51:52 GMT (envelope-from marcel) Message-Id: <200802142251.m1EMpqod042195@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 14 Feb 2008 22:51:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7_0 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 22:51:52 -0000 marcel 2008-02-14 22:51:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_0) sys/ia64/ia64 machdep.c pmap.c Log: 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. Approved by: re (kensmith - big thanks!) Revision Changes Path 1.225.4.2 +6 -0 src/sys/ia64/ia64/machdep.c 1.191.4.2 +13 -0 src/sys/ia64/ia64/pmap.c