From: Vivek Goyal Date: Thu, 7 Dec 2006 01:14:10 +0000 (+0100) Subject: [PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel changes X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c22d8baa98a92022acb85b0b7c6f4a60df55f47;p=pandora-kernel.git [PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel changes o On some platforms like avr32, section init comes before .text and not necessarily a symbol's relative position w.r.t _text is positive. In such cases assembler detects the overflow and emits warning. This patch fixes it. Signed-off-by: Vivek Goyal Signed-off-by: Andi Kleen Cc: Andi Kleen Cc: Haavard Skinnemoen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed