Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 20:30:26 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r205298 - head/sys/vm
Message-ID:  <201003182030.o2IKUQkE029555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003182030.o2IKUQkE029555>