git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db71789
)
net: mark read-only arrays as const
author
Jan Engelhardt
<jengelh@medozas.de>
Wed, 5 Aug 2009 17:42:58 +0000
(10:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 5 Aug 2009 17:42:58 +0000
(10:42 -0700)
String literals are constant, and usually, we can also tag the array
of pointers const too, moving it to the .rodata section.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found