[PATCH] kexec:Remove unused local variable in get_kernel_page_offset()

Kai Song songkai01 at inspur.com
Wed Sep 22 22:32:43 PDT 2021


In get_kernel_page_offset(),the local variable kv is unused,remove it.

Signed-off-by: Kai Song <songkai01 at inspur.com>
---
 kexec/arch/i386/crashdump-x86.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kexec/arch/i386/crashdump-x86.c b/kexec/arch/i386/crashdump-x86.c
index 81610dc..9826f6d 100644
--- a/kexec/arch/i386/crashdump-x86.c
+++ b/kexec/arch/i386/crashdump-x86.c
@@ -52,7 +52,6 @@ extern struct arch_options_t arch_options;
 static int get_kernel_page_offset(struct kexec_info *UNUSED(info),
 				  struct crash_elf_info *elf_info)
 {
-	int kv;
 
 	if (elf_info->machine == EM_X86_64) {
 		/* get_kernel_vaddr_and_size will override this */
-- 
2.27.0




More information about the kexec mailing list