commit | 80ffbaa5b1bd98e80e3239a3b8cfda2da433009a | [log] [tgz] |
---|---|---|
author | Jan Beulich <JBeulich@suse.com> | Mon Sep 03 06:09:34 2018 -0600 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Sep 10 22:54:33 2018 +0900 |
tree | 273d231bfd0908bcd0aaca8ab6ad159598cc06e4 | |
parent | 11da3a7f84f19c26da6f86af878298694ede0804 [diff] |
kallsyms: reduce size a little on 64-bit Both kallsyms_num_syms and kallsyms_markers[] don't really need to use unsigned long as their (base) types; unsigned int fully suffices. Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>