]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Don't use highmem in tcp hash size calculation.
authorJohn Heffner <jheffner@psc.edu>
Tue, 7 Nov 2006 07:10:51 +0000 (23:10 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 7 Nov 2006 23:10:11 +0000 (15:10 -0800)
commit1b71dd8818f3bb90e495c425f95a708c9ff461c4
tree803cc09ecd7e400b6561719ea48b226f76c752fc
parentc103b0ee6254f498a2592d463802d7c5a84ec92e
[TCP]: Don't use highmem in tcp hash size calculation.

This patch removes consideration of high memory when determining TCP
hash table sizes.  Taking into account high memory results in tcp_mem
values that are too large.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c