commit | 82a39eb6b3829a02e235656feddb4542517fcabc | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Thu Nov 25 03:15:07 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:26:21 2010 -0800 |
tree | 51fee60823c57fd6110faa264a71b6403c1602f4 | |
parent | aa285b1740f5b13e5a2606a927f3129954583d78 [diff] |
ipv6: Prepare the tree for un-inlined jhash. jhash is widely used in the kernel and because the functions are inlined, the cost in size is significant. Also, the new jhash functions are slightly larger than the previous ones so better un-inline. As a preparation step, the calls to the internal macros are replaced with the plain jhash function calls. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: David S. Miller <davem@davemloft.net>