summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2010-03-18 20:30:25 +0000
committerkmacy <kmacy@FreeBSD.org>2010-03-18 20:30:25 +0000
commit377858b3aee5ec3e5977034442b53ea3bd7534fa (patch)
treee5f33f4e27654e9ae029f387869832459a757f9f /sys/vm
parentde04cb233dad911e4a7e5907ebdfb920d7865328 (diff)
downloadFreeBSD-src-377858b3aee5ec3e5977034442b53ea3bd7534fa.zip
FreeBSD-src-377858b3aee5ec3e5977034442b53ea3bd7534fa.tar.gz
turn 205266 in to a no-op until the problem can be properly diagnosed
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/uma_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h
index 8acdeb8..e04dd39 100644
--- a/sys/vm/uma_int.h
+++ b/sys/vm/uma_int.h
@@ -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.
OpenPOWER on IntegriCloud