diff options
| -rw-r--r-- | arch/x86/vdso/vdso32-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/vdso/vdso32-setup.c b/arch/x86/vdso/vdso32-setup.c index 4dceeb1fc5e0..cf058fecfcee 100644 --- a/arch/x86/vdso/vdso32-setup.c +++ b/arch/x86/vdso/vdso32-setup.c | |||
| @@ -162,7 +162,7 @@ static __init void relocate_vdso(Elf32_Ehdr *ehdr) | |||
| 162 | Elf32_Shdr *shdr; | 162 | Elf32_Shdr *shdr; |
| 163 | int i; | 163 | int i; |
| 164 | 164 | ||
| 165 | BUG_ON(memcmp(ehdr->e_ident, ELFMAG, 4) != 0 || | 165 | BUG_ON(memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0 || |
| 166 | !elf_check_arch_ia32(ehdr) || | 166 | !elf_check_arch_ia32(ehdr) || |
| 167 | ehdr->e_type != ET_DYN); | 167 | ehdr->e_type != ET_DYN); |
| 168 | 168 | ||
