Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Sep 2007 21:03:45 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 126447 for review
Message-ID:  <200709152103.l8FL3jRY013917@repoman.freebsd.org>

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

Change 126447 by kmacy@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) 
 { 



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