Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46022
b: refs/heads/master
c: 2a3d4f1
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 2, 2007
1 parent 2a8cbba commit 29f921e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9abcf40b1d1443e6f0ef86e6a822193142a34abc
refs/heads/master: 2a3d4f1f1f839e354ebd7d40b2d5d8ac8481a930
2 changes: 2 additions & 0 deletions trunk/arch/i386/boot/compressed/relocs.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ static int is_safe_abs_reloc(const char* sym_name)
/* Match found */
return 1;
}
if (strncmp(sym_name, "__crc_", 6) == 0)
return 1;
return 0;
}

Expand Down

0 comments on commit 29f921e

Please sign in to comment.