Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2007 02:11:28 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119314 for review
Message-ID:  <200705060211.l462BSgK065572@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119314

Change 119314 by kmacy@kmacy_vt-x:opentoe_init on 2007/05/06 02:11:07

	add read_mostly attribute

Affected files ...

.. //depot/projects/opentoe/sys/dev/cxgb/cxgb_osdep.h#8 edit

Differences ...

==== //depot/projects/opentoe/sys/dev/cxgb/cxgb_osdep.h#8 (text+ko) ====

@@ -67,6 +67,8 @@
 #define TASKQUEUE_CURRENT
 #endif
 
+#define __read_mostly __attribute__((__section__(".data.read_mostly")))
+
 /*
  * Workaround for weird Chelsio issue
  */



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