From owner-svn-src-all@FreeBSD.ORG Thu Mar 18 20:30:26 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8F81065670; Thu, 18 Mar 2010 20:30:26 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F18F8FC0C; Thu, 18 Mar 2010 20:30:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2IKUQhX029556; Thu, 18 Mar 2010 20:30:26 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2IKUQkE029555; Thu, 18 Mar 2010 20:30:26 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <201003182030.o2IKUQkE029555@svn.freebsd.org> From: Kip Macy Date: Thu, 18 Mar 2010 20:30:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205298 - head/sys/vm X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2010 20:30:26 -0000 Author: kmacy Date: Thu Mar 18 20:30:25 2010 New Revision: 205298 URL: http://svn.freebsd.org/changeset/base/205298 Log: turn 205266 in to a no-op until the problem can be properly diagnosed Modified: head/sys/vm/uma_int.h Modified: head/sys/vm/uma_int.h ============================================================================== --- head/sys/vm/uma_int.h Thu Mar 18 20:15:34 2010 (r205297) +++ head/sys/vm/uma_int.h Thu Mar 18 20:30:25 2010 (r205298) @@ -162,7 +162,7 @@ struct uma_hash { /* * align field or structure to cache line */ -#define UMA_ALIGN __aligned(CACHE_LINE_SIZE) +#define UMA_ALIGN /* * Structures for per cpu queues.