OSDN Git Service

kallsyms: remove unneeded memset() calls
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 Feb 2019 01:53:17 +0000 (10:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 19 Feb 2019 13:50:33 +0000 (22:50 +0900)
commit52a849ed8896d733de6005993f34407f7512311a
tree802b512cb118de96dd40bfa70372f6c9637799b5
parentf43e9daace4efc146aa653179bdebb478be5de8a
kallsyms: remove unneeded memset() calls

Global variables in the .bss section are zeroed out before the program
starts to run.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kallsyms.c