diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-06-26 00:02:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-26 02:00:40 +0200 |
commit | 79e23d577b938d8d79282fd979f4ff3112e1f3f9 (patch) | |
tree | 9c5f447cff93c48c80f5e54a171fbb07e0e159d4 /arch/sh/oprofile | |
parent | __bitmap_parselist: fix bug in empty string handling (diff) | |
download | linux-79e23d577b938d8d79282fd979f4ff3112e1f3f9.tar.xz linux-79e23d577b938d8d79282fd979f4ff3112e1f3f9.zip |
hexdump: Make test data really const
The test data arrays, containing pointers to test strings, are never
modified, so they can be const, too. Hence mark them "const" and
"__initconst".
This moves 28 pointers from ".init.data" to ".init.rodata".
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/sh/oprofile')
0 files changed, 0 insertions, 0 deletions