Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: remove "config IP_CHECKSUM_L1"

The only user of Kconfig symbol IP_CHECKSUM_L1 got removed in v2.6.33,
with commit ddf9ddacef0989fdeb22e182212a232488f0f3ad ("Blackfin: convert
to generic checksum code"). We can remove the Kconfig entry for this
unused symbol now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

authored by

Paul Bolle and committed by
Steven Miao
fa730d62 41f8fd92

-8
-8
arch/blackfin/Kconfig
··· 868 868 If enabled, sys_bfin_spinlock function is linked 869 869 into L1 instruction memory. (less latency) 870 870 871 - config IP_CHECKSUM_L1 872 - bool "Locate IP Checksum function in L1 Memory" 873 - default n 874 - depends on !SMP 875 - help 876 - If enabled, the IP Checksum function is linked 877 - into L1 instruction memory. (less latency) 878 - 879 871 config CACHELINE_ALIGNED_L1 880 872 bool "Locate cacheline_aligned data to L1 Data Memory" 881 873 default y if !BF54x