diff options
author | Mathias Krause <minipli@googlemail.com> | 2014-08-07 01:09:31 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 03:01:25 +0200 |
commit | 142cda5dbcb0dc3738c079f591290d6384261c73 (patch) | |
tree | 8ce718779711e5f3be803a86cea30de90963c251 /lib/zlib_deflate | |
parent | lib/cmdline.c: add size unit t/p/e to memparse (diff) | |
download | linux-142cda5dbcb0dc3738c079f591290d6384261c73.tar.xz linux-142cda5dbcb0dc3738c079f591290d6384261c73.zip |
lib/string_helpers.c: constify static arrays
Complement commit 68aecfb97978 ("lib/string_helpers.c: make arrays
static") by making the arrays const -- not only pointing to const
strings. This moves them out of the data section to the r/o data
section:
text data bss dec hex filename
1150 176 0 1326 52e lib/string_helpers.old.o
1326 0 0 1326 52e lib/string_helpers.new.o
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions