]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/tcp.c
[TCP]: Don't use highmem in tcp hash size calculation.
[karo-tx-linux.git] / net / ipv4 / tcp.c
index 00aa80e9324323305fb72b365f75f96243390d1c..f33e1c61616a981cb9c43eb14aee4ba0cc9fecc8 100644 (file)
@@ -2066,7 +2066,7 @@ void __init tcp_init(void)
                                        thash_entries,
                                        (num_physpages >= 128 * 1024) ?
                                        13 : 15,
-                                       HASH_HIGHMEM,
+                                       0,
                                        &tcp_hashinfo.ehash_size,
                                        NULL,
                                        0);
@@ -2082,7 +2082,7 @@ void __init tcp_init(void)
                                        tcp_hashinfo.ehash_size,
                                        (num_physpages >= 128 * 1024) ?
                                        13 : 15,
-                                       HASH_HIGHMEM,
+                                       0,
                                        &tcp_hashinfo.bhash_size,
                                        NULL,
                                        64 * 1024);