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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to