PERFORCE change 119314 for review

Kip Macy kmacy at FreeBSD.org
Sun May 6 02:11:29 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=119314

Change 119314 by kmacy at 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
  */


More information about the p4-projects mailing list