From: Eric Dumazet Date: Tue, 5 Jul 2005 21:55:24 +0000 (-0700) Subject: [NET]: Hashed spinlocks in net/ipv4/route.c X-Git-Tag: v2.6.13-rc2~6^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c047ccbc68fa8f3fa57f0e8f906479a062c426;p=pandora-kernel.git [NET]: Hashed spinlocks in net/ipv4/route.c - Locking abstraction - Spinlocks moved out of rt hash table : Less memory (50%) used by rt hash table. it's a win even on UP. - Sizing of spinlocks table depends on NR_CPUS Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed