Re: [RFC 08/10] um: dyn/uml.lds.S cleanup - use PAGE_SIZE macro

2008-03-01 Thread Cyrill Gorcunov
[Jeff Dike - Fri, Feb 29, 2008 at 10:43:03AM -0500] | On Wed, Feb 27, 2008 at 11:58:39PM +0300, [EMAIL PROTECTED] wrote: | > This patch includes page.h header into liker scripts that | > allow us to use PAGE_SIZE macro instead of numeric constant. | > | > To be able to include page.h into linker s

Re: [RFC 08/10] um: dyn/uml.lds.S cleanup - use PAGE_SIZE macro

2008-02-29 Thread Jeff Dike
On Wed, Feb 27, 2008 at 11:58:39PM +0300, [EMAIL PROTECTED] wrote: > This patch includes page.h header into liker scripts that > allow us to use PAGE_SIZE macro instead of numeric constant. > > To be able to include page.h into linker scripts page.h is > needed for some modification - i.e. we need

[RFC 08/10] um: dyn/uml.lds.S cleanup - use PAGE_SIZE macro

2008-02-27 Thread gorcunov
This patch includes page.h header into liker scripts that allow us to use PAGE_SIZE macro instead of numeric constant. To be able to include page.h into linker scripts page.h is needed for some modification - i.e. we need to use __ASSEMBLY__ and _AC macro Signed-off-by: Cyrill Gorcunov <[EMAIL PR