From owner-cvs-src-old@FreeBSD.ORG Mon May 18 19:34:44 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 157461065674 for ; Mon, 18 May 2009 19:34:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBE2D8FC20 for ; Mon, 18 May 2009 19:34:43 +0000 (UTC) (envelope-from jhb@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 n4IJYhAN083381 for ; Mon, 18 May 2009 19:34:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4IJYh33083380 for cvs-src-old@freebsd.org; Mon, 18 May 2009 19:34:43 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200905181934.n4IJYh33083380@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 18 May 2009 19:33:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include param.h src/sys/i386/include param.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 19:34:44 -0000 jhb 2009-05-18 19:33:59 UTC FreeBSD src repository Modified files: sys/amd64/include param.h sys/i386/include param.h Log: SVN rev 192331 on 2009-05-18 19:33:59Z by jhb Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend using 128 byte alignment for locks. (See IA-32 SDM Vol 3A 7.11.6.7) Revision Changes Path 1.28 +1 -1 src/sys/amd64/include/param.h 1.88 +1 -1 src/sys/i386/include/param.h