diff options
author | 2024-04-24 10:57:58 -0500 | |
---|---|---|
committer | 2024-04-25 16:14:25 +0200 | |
commit | 88ed43d32beb1ef3c06164c52b1c6ced47b5988b (patch) | |
tree | b5f2b2d3f198432ce7e079b9b3e27086181fd030 /scripts/gdb/linux/utils.py | |
parent | x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_page (diff) | |
download | linux-rng-88ed43d32beb1ef3c06164c52b1c6ced47b5988b.tar.xz linux-rng-88ed43d32beb1ef3c06164c52b1c6ced47b5988b.zip |
x86/sev: Rename snp_init() in boot/compressed/sev.c
The snp_init() function in boot/compressed/sev.c is local to that file, is
not called from outside of the file and is independent of the snp_init()
function in kernel/sev.c. Change the name to better differentiate when
each function is used.
Move the renamed snp_init() and related functions up in the file to avoid
having to add a forward declaration and make the function static.
No functional change.
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/afda29585c2724b9698003f24cefa77eb35f4ffb.1713974291.git.thomas.lendacky@amd.com
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions