|
@@ -514,7 +514,7 @@ static int __init parse_crash_elf64_headers(void)
|
|
/* Do some basic Verification. */
|
|
/* Do some basic Verification. */
|
|
if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 ||
|
|
if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) != 0 ||
|
|
(ehdr.e_type != ET_CORE) ||
|
|
(ehdr.e_type != ET_CORE) ||
|
|
- !elf_check_arch(&ehdr) ||
|
|
|
|
|
|
+ !vmcore_elf_check_arch(&ehdr) ||
|
|
ehdr.e_ident[EI_CLASS] != ELFCLASS64 ||
|
|
ehdr.e_ident[EI_CLASS] != ELFCLASS64 ||
|
|
ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
|
|
ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
|
|
ehdr.e_version != EV_CURRENT ||
|
|
ehdr.e_version != EV_CURRENT ||
|