]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 13 May 2013 11:58:31 +0000 (11:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 May 2013 18:32:04 +0000 (11:32 -0700)
commitd7d586594245a368c3182d5939cfd9c68e9b6c47
treed6f41aa47097c79ee50c26f4111a279e063cfe1b
parentfc5a5ec955f3238cd4979ec00887da94a78bd3a9
sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN

The two architectures that define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS
(powerpc and x86) now both define NET_IP_ALIGN as 0, so there is no
need for this optimisation any more.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sfc/efx.c
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/rx.c