From 6b4391d78662067edfa7522335f8e220a72d3f82 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Thu, 18 Mar 2010 20:30:25 +0000 Subject: [PATCH] turn 205266 in to a no-op until the problem can be properly diagnosed --- sys/vm/uma_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 8acdeb83313e..e04dd39afa33 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.