From 29f921e562d000f65c84d028d3abc353ce6e5899 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 1 Feb 2007 13:52:23 +0000 Subject: [PATCH] --- yaml --- r: 46022 b: refs/heads/master c: 2a3d4f1f1f839e354ebd7d40b2d5d8ac8481a930 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/boot/compressed/relocs.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 681f50e8ef22..4ed752437170 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9abcf40b1d1443e6f0ef86e6a822193142a34abc +refs/heads/master: 2a3d4f1f1f839e354ebd7d40b2d5d8ac8481a930 diff --git a/trunk/arch/i386/boot/compressed/relocs.c b/trunk/arch/i386/boot/compressed/relocs.c index 468da89153c4..881951ca03e1 100644 --- a/trunk/arch/i386/boot/compressed/relocs.c +++ b/trunk/arch/i386/boot/compressed/relocs.c @@ -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; }