]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[PATCH] relocatable kernel: Fix kallsyms on avr32 after relocatable kernel changes
authorVivek Goyal <vgoyal@in.ibm.com>
Thu, 7 Dec 2006 01:14:10 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:10 +0000 (02:14 +0100)
commit2c22d8baa98a92022acb85b0b7c6f4a60df55f47
treef37268c7540ad822166e398a6ac6a2e09c2f43fb
parentba10650a880c2df23bd1db6c0570ddb66f389641
[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 <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
scripts/kallsyms.c