patch-2.1.129 linux/drivers/net/sunhme.h

Next file: linux/drivers/net/syncppp.c
Previous file: linux/drivers/net/sunhme.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.128/linux/drivers/net/sunhme.h linux/drivers/net/sunhme.h
@@ -525,6 +525,7 @@
 
 	/* We may use this for Ultra as well, will have to see, maybe not. */
 	struct hmeal_buffers     *sun4c_buffers;  /* CPU visible address.              */
+#define	sun4d_buffers		  sun4c_buffers	  /* No need to make this a separate.  */
 	__u32                     s4c_buf_dvma;   /* DVMA visible address.             */
 
 	unsigned int              happy_flags;    /* Driver state flags                */
@@ -664,7 +665,6 @@
 {
 	rp->rx_addr = flip_dword(addr);
 	rp->rx_flags = flip_dword(flags);
-        flush_cache_all();
 }
 	
 extern inline void pcihme_write_txd(struct happy_meal_txd *tp,
@@ -673,7 +673,6 @@
 {
 	tp->tx_addr = flip_dword(addr);
 	tp->tx_flags = flip_dword(flags);
-        flush_cache_all();
 }
 	
 #endif  /* def __sparc_v9__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov