Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95989
b: refs/heads/master
c: ecb783e
h: refs/heads/master
i:
  95987: 75881d8
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed May 4, 2008
1 parent 09615ff commit 7d532c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 163ea310b68bdde89b1ac633fbf8c0db290d3f86
refs/heads/master: ecb783eae1372d69a53d406e1bdba8284e4bafcc
2 changes: 1 addition & 1 deletion trunk/arch/x86/vdso/vdso32-setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static __init void relocate_vdso(Elf32_Ehdr *ehdr)
Elf32_Shdr *shdr;
int i;

BUG_ON(memcmp(ehdr->e_ident, ELFMAG, 4) != 0 ||
BUG_ON(memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0 ||
!elf_check_arch_ia32(ehdr) ||
ehdr->e_type != ET_DYN);

Expand Down

0 comments on commit 7d532c5

Please sign in to comment.