Re: [RFC 05/10] mn10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macroses

2008-02-28 Thread David Howells
[EMAIL PROTECTED] wrote: > Subject: [RFC 05/10] mn10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU > macroses > X-RedHat-Spam-Score: -1.005 > > This patch includes page.h header into liker script that > allow us to use PAGE_SIZE macro instead of numeric constant > &

[RFC 05/10] mn10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macroses

2008-02-27 Thread gorcunov
This patch includes page.h header into liker script that allow us to use PAGE_SIZE macro instead of numeric constant Also PERCPU macro is used instead of explicit section definition Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- WARNING: COMPLETELY UNTESTED !!! vmlinux.lds.S | 22 +++