ipv6: Prepare the tree for un-inlined jhash.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 25 Nov 2010 03:15:07 +0000 (03:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:26:21 +0000 (11:26 -0800)
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>

No differences found