]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[TCP]: Don't use highmem in tcp hash size calculation.
authorJohn Heffner <jheffner@psc.edu>
Thu, 9 Nov 2006 10:01:54 +0000 (11:01 +0100)
committerAdrian Bunk <bunk@stusta.de>
Thu, 9 Nov 2006 10:01:54 +0000 (11:01 +0100)
commit289b5dceffbf83344a6e8dc319f8e2822edeab5f
tree91d266fc2f8201ee9cc0b20f51fd27e3e4066f91
parentc3fe9b53262fb22a7aaacf448e911f267c5482a9
[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>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/ipv4/tcp.c