PERFORCE change 126447 for review
Kip Macy
kmacy at FreeBSD.org
Sat Sep 15 14:03:46 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=126447
Change 126447 by kmacy at kmacy_home:ethng on 2007/09/15 21:03:30
128 bytes are fetched to cache on a memory access
Affected files ...
.. //depot/projects/ethng/src/sys/dev/cxgb/cxgb_osdep.h#7 edit
Differences ...
==== //depot/projects/ethng/src/sys/dev/cxgb/cxgb_osdep.h#7 (text+ko) ====
@@ -146,7 +146,7 @@
#define wmb() __asm volatile("sfence" ::: "memory")
#define smp_mb() mb()
-#define L1_CACHE_BYTES 64
+#define L1_CACHE_BYTES 128
static __inline
void prefetch(void *x)
{
More information about the p4-projects
mailing list