patch-2.2.11 linux/drivers/net/eepro100.c
Next file: linux/drivers/net/eql.c
Previous file: linux/drivers/net/depca.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Mon Aug  9 12:04:39 1999
-  Orig file: 
v2.2.10/linux/drivers/net/eepro100.c
-  Orig date: 
Sat Feb  6 12:46:21 1999
diff -u --recursive --new-file v2.2.10/linux/drivers/net/eepro100.c linux/drivers/net/eepro100.c
@@ -343,7 +343,8 @@
 	const char *product_name;
 	struct device *next_module;
 	spinlock_t lock;
-	struct TxFD	tx_ring[TX_RING_SIZE];	/* Commands (usually CmdTxPacket). */
+	struct TxFD	tx_ring[TX_RING_SIZE] 	/* Commands (usually CmdTxPacket). */
+				__attribute__ ((aligned (L1_CACHE_BYTES)));;
 	/* The saved address of a sent-in-place packet/buffer, for skfree(). */
 	struct sk_buff* tx_skbuff[TX_RING_SIZE];
 	struct descriptor  *last_cmd;	/* Last command sent. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)