Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 03:14:08 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r211264 - projects/ofed/head/sys/vm
Message-ID:  <201008130314.o7D3E8S1077011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jeff
Date: Fri Aug 13 03:14:08 2010
New Revision: 211264
URL: http://svn.freebsd.org/changeset/base/211264

Log:
   - expose uma_align_cache for use in the linux wrappers.
  
  Sponsored by:	Isilon Systems, iX Systems, and Panasas.

Modified:
  projects/ofed/head/sys/vm/uma_core.c

Modified: projects/ofed/head/sys/vm/uma_core.c
==============================================================================
--- projects/ofed/head/sys/vm/uma_core.c	Fri Aug 13 03:13:34 2010	(r211263)
+++ projects/ofed/head/sys/vm/uma_core.c	Fri Aug 13 03:14:08 2010	(r211264)
@@ -112,7 +112,7 @@ static uma_zone_t slabrefzone;	/* With r
 static uma_zone_t hashzone;
 
 /* The boot-time adjusted value for cache line alignment. */
-static int uma_align_cache = 64 - 1;
+int uma_align_cache = 64 - 1;
 
 static MALLOC_DEFINE(M_UMAHASH, "UMAHash", "UMA Hash Buckets");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008130314.o7D3E8S1077011>