Re: [PATCH] fix modpost warnings for xtensa

2007-07-25 Thread Sam Ravnborg
On Thu, Jul 19, 2007 at 11:37:56AM -0700, Chris Zankel wrote: > [PATCH] fix modpost warnings for xtensa > > The Xtensa architecture places literal pools in sections separate > from the instructions. The corresponsing text sections, therefore, > referen

Re: [PATCH] fix modpost warnings for xtensa

2007-07-19 Thread Chris Zankel
Andrew, Andrew Morton wrote: This generates unfixable-by-me rejects against Sam's git-kbuild tree. Sam already had a pull request into Linus for that tree. Could I ask that you wait for that piece of dust to settle and then regenerate the diff? Thanks Andrew. I will wait for his updates. -Ch

Re: [PATCH] fix modpost warnings for xtensa

2007-07-19 Thread Andrew Morton
On Thu, 19 Jul 2007 11:37:56 -0700 Chris Zankel <[EMAIL PROTECTED]> wrote: > > [PATCH] fix modpost warnings for xtensa > > The Xtensa architecture places literal pools in sections separate > from the instructions. The corresponsing text sections, therefor

[PATCH] fix modpost warnings for xtensa

2007-07-19 Thread Chris Zankel
[PATCH] fix modpost warnings for xtensa The Xtensa architecture places literal pools in sections separate from the instructions. The corresponsing text sections, therefore, reference the .literal section, and we have to suppress those warnings. The naming