From d721525ce4a5d67b7fddb8568a3c4bb5a5e95200 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Tue, 28 Apr 2009 23:03:37 +0800 Subject: [PATCH] emx(4): __cachealign struct emx_rxdata --- sys/dev/netif/emx/if_emx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/netif/emx/if_emx.h b/sys/dev/netif/emx/if_emx.h index fb8959feea..87e6a6a179 100644 --- a/sys/dev/netif/emx/if_emx.h +++ b/sys/dev/netif/emx/if_emx.h @@ -230,7 +230,7 @@ struct emx_rxdata { bus_dma_tag_t rx_desc_dtag; bus_dmamap_t rx_desc_dmap; bus_addr_t rx_desc_paddr; -}; +} __cachealign; struct emx_softc { struct arpcom arpcom; -- 2.41.0