]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: lds - Use PAGE_SIZE instead of numeric constant
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 17 Feb 2008 15:17:17 +0000 (18:17 +0300)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 Feb 2008 15:18:33 +0000 (16:18 +0100)
commit3cdac41f2090ad9013dfefab7399b1debfb9275a
treef3a1037032d814b5ee3e8b9acfee86d25fbd3758
parentbbb1e57a1c0b732cfeb727bed7c61e80a79c6479
x86: lds - Use PAGE_SIZE instead of numeric constant

It's much better to use PAGE_SIZE then magic 4096
(though it's almost synonym in most cases on x86 but
not for *all* cases ;)

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/vmlinux_32.lds.S
arch/x86/kernel/vmlinux_64.lds.S