From 377858b3aee5ec3e5977034442b53ea3bd7534fa Mon Sep 17 00:00:00 2001 From: kmacy Date: Thu, 18 Mar 2010 20:30:25 +0000 Subject: 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(-) (limited to 'sys/vm') 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. -- cgit v1.1