diff options
author | 2021-05-16 21:15:56 +0800 | |
---|---|---|
committer | 2021-05-29 13:51:16 -0700 | |
commit | 010623568222bd144eb73aa9f3b46c79b63d7676 (patch) | |
tree | a18cd1e012d2511674e8c1a21af5820cfd6e7921 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | riscv: Add __init section marker to some functions again (diff) | |
download | wireguard-linux-010623568222bd144eb73aa9f3b46c79b63d7676.tar.xz wireguard-linux-010623568222bd144eb73aa9f3b46c79b63d7676.zip |
riscv: mm: init: Consolidate vars, functions
Consolidate the following items in init.c
Staticize global vars as much as possible;
Add __initdata mark if the global var isn't needed after init
Add __init mark if the func isn't needed after init
Add __ro_after_init if the global var is read only after init
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions