svn commit: r205298 - head/sys/vm
Kip Macy
kmacy at FreeBSD.org
Thu Mar 18 20:30:26 UTC 2010
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.
More information about the svn-src-head
mailing list