]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2877f3a6d88b1d2530ac8e3bb5a60e1f7bc5c03c
tree802b512cb118de96dd40bfa70372f6c9637799b5
parent040a4e66a0670d7d547afa2b22d8c86fd70d9439
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