]> git.baikalelectronics.ru Git - kernel.git/commitdiff
Blackfin: remove "config IP_CHECKSUM_L1"
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 21 Mar 2013 20:50:06 +0000 (21:50 +0100)
committerSteven Miao <realmz6@gmail.com>
Fri, 11 Apr 2014 15:41:52 +0000 (23:41 +0800)
The only user of Kconfig symbol IP_CHECKSUM_L1 got removed in v2.6.33,
with commit d8204f3e67b8939f749245d3978ec1c390c80727 ("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>
arch/blackfin/Kconfig

index 5ae0aa77aff6eb6dffa0eed1207d0b1d02883312..f81e7b989fff988eb008a55cb6337b9202010d07 100644 (file)
@@ -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