Searched hist:"9 b5b5cff9a6655dbb6d2e2be365bb95eec3950eb" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | proc.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | icmp.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_semantics.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | icmp.c | diff 9b5b5cff9a6655dbb6d2e2be365bb95eec3950eb Tue Nov 29 18:21:38 CST 2005 Arjan van de Ven <arjan@infradead.org> [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 <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|