https://github.com/torvalds/linux
Revision 22c047ccbc68fa8f3fa57f0e8f906479a062c426 authored by Eric Dumazet on 05 July 2005, 21:55:24 UTC, committed by David S. Miller on 05 July 2005, 21:55:24 UTC
- 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 <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f0e36f8
History
Tip revision: 22c047ccbc68fa8f3fa57f0e8f906479a062c426 authored by Eric Dumazet on 05 July 2005, 21:55:24 UTC
[NET]: Hashed spinlocks in net/ipv4/route.c
Tip revision: 22c047c

README

back to top