[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5154C129.9040807@zankel.net>
Date: Thu, 28 Mar 2013 15:16:09 -0700
From: Chris Zankel <chris@...kel.net>
To: Thomas Gleixner <tglx@...utronix.de>
CC: LKML <linux-kernel@...r.kernel.org>, linux-arch@...r.kernel.org
Subject: Re: [patch 00/34] idle: Consolidate idle implementations
Hi Thomas,
On 3/28/13 2:24 AM, Thomas Gleixner wrote:
> On Thu, 28 Mar 2013, Chris Zankel wrote:
>
>> For Xtensa:
>> Acked-by: Chris Zankel <chris@...kel.net>
>>
>> Thanks for going the extra mile and test-compiling it.
> Though, the build fails later with:
>
> arch/xtensa/kernel/built-in.o:(.init.literal+0x90): undefined reference to `platform_pcibios_init'
> arch/xtensa/kernel/built-in.o: In function `setup_arch':
> (.init.text+0x1de): undefined reference to `platform_pcibios_init'
> drivers/built-in.o: In function `pci_assign_unassigned_resources':
[...]
Thanks for the info. With KALLSYMS enabled, the .rodata section between
the .text and the .init.text section is extended to a point where it
exceeds the call range between those sections. I'm working on a fix
(basically, move the .init.text section close to the .init section).
Thanks,
-Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists