diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2006-08-31 17:27:51 -0400 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-08-31 17:27:51 -0400 |
commit | 7a0eec3bca6ca024325defbc454252da6c537d40 (patch) | |
tree | 2609600be6b4a5a465c8e8b5570b44c7789bda1a /drivers/net/ixgb | |
parent | ab8ced2fb00f3a1e1b63f8c3c61ad4262308ddc0 (diff) |
ixgb: Cache-align all TX components of the adapter struct.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Diffstat (limited to 'drivers/net/ixgb')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index a4bee8cafa58..a51604b3651f 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -170,7 +170,7 @@ struct ixgb_adapter { | |||
170 | unsigned long led_status; | 170 | unsigned long led_status; |
171 | 171 | ||
172 | /* TX */ | 172 | /* TX */ |
173 | struct ixgb_desc_ring tx_ring; | 173 | struct ixgb_desc_ring tx_ring ____cacheline_aligned_in_smp; |
174 | unsigned long timeo_start; | 174 | unsigned long timeo_start; |
175 | uint32_t tx_cmd_type; | 175 | uint32_t tx_cmd_type; |
176 | uint64_t hw_csum_tx_good; | 176 | uint64_t hw_csum_tx_good; |