diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-21 21:50:06 +0100 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2014-04-11 23:41:52 +0800 |
commit | fa730d6277a10109d31a8968acc2cbf4f2a0f78e (patch) | |
tree | c57cbd4bbdeaf7f49920b4ccff0b792db15999a2 /arch/blackfin | |
parent | 41f8fd926e5d28587281a2bc449f8a2f7876903a (diff) | |
download | linux-fa730d6277a10109d31a8968acc2cbf4f2a0f78e.tar.bz2 |
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>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 5ae0aa77aff6..f81e7b989fff 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -868,14 +868,6 @@ config SYS_BFIN_SPINLOCK_L1 If enabled, sys_bfin_spinlock function is linked into L1 instruction memory. (less latency) -config IP_CHECKSUM_L1 - bool "Locate IP Checksum function in L1 Memory" - default n - depends on !SMP - help - If enabled, the IP Checksum function is linked - into L1 instruction memory. (less latency) - config CACHELINE_ALIGNED_L1 bool "Locate cacheline_aligned data to L1 Data Memory" default y if !BF54x |