]> 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)
commite9f0f6a33b99c728adc07f9c19ecd688fcd19dce
treed6f41aa47097c79ee50c26f4111a279e063cfe1b
parent39afb8fe22faf8811f114ba4c9acac988a4fb98d
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