From: Arjan van de Ven Date: Wed, 30 Nov 2005 00:21:38 +0000 (-0800) Subject: [NET]: Add const markers to various variables. X-Git-Tag: v2.6.15-rc4~4^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb;p=pandora-kernel.git [NET]: Add const markers to various variables. the patch below marks various variables const in net/; the goal is to move them to the .rodata section so that they can't false-share cachelines with things that get written to, as well as potentially helping gcc a bit with optimisations. (these were found using a gcc patch to warn about such variables) Signed-off-by: Arjan van de Ven Signed-off-by: David S. Miller --- Reading git-diff-tree failed