mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:20:53 +07:00
scripts/kallsyms: remove redundant initializers
These are set to zero without the explicit initializers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d44270fc97
commit
831362fc31
@ -57,9 +57,9 @@ static struct addr_range percpu_range = {
|
||||
|
||||
static struct sym_entry *table;
|
||||
static unsigned int table_size, table_cnt;
|
||||
static int all_symbols = 0;
|
||||
static int absolute_percpu = 0;
|
||||
static int base_relative = 0;
|
||||
static int all_symbols;
|
||||
static int absolute_percpu;
|
||||
static int base_relative;
|
||||
|
||||
static int token_profit[0x10000];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user