From owner-cvs-all@FreeBSD.ORG Thu Sep 4 20:08:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01DED1065682; Thu, 4 Sep 2008 20:08:36 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA03D8FC14; Thu, 4 Sep 2008 20:08:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m84K8Z5k064392; Thu, 4 Sep 2008 20:08:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m84K8Zxf064387; Thu, 4 Sep 2008 20:08:35 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200809042008.m84K8Zxf064387@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 4 Sep 2008 20:08:21 +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/sparc64/sparc64 machdep.c mp_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 20:08:36 -0000 marius 2008-09-04 20:08:21 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c mp_machdep.c Log: SVN rev 182769 on 2008-09-04 20:08:21Z by marius Ensure the caches have the desired configuration (see especially cheetah_cache_enable()). Revision Changes Path 1.146 +1 -0 src/sys/sparc64/sparc64/machdep.c 1.46 +1 -0 src/sys/sparc64/sparc64/mp_machdep.c