Re: [PATCH] FRV: Fix unannotated variable declarations

2007-03-21 Thread Yasunori Goto
> From: David Howells <[EMAIL PROTECTED]> > > Fix unannotated variable declarations. Variables that have allocation section > annotations (such as __meminitdata) on their definitions must also have them > on > their declarations as not doing so may affect the addressing mode used by the > compil

[PATCH] FRV: Fix unannotated variable declarations

2007-03-21 Thread David Howells
From: David Howells <[EMAIL PROTECTED]> Fix unannotated variable declarations. Variables that have allocation section annotations (such as __meminitdata) on their definitions must also have them on their declarations as not doing so may affect the addressing mode used by the compiler and may resu