commit | 3cdac41f2090ad9013dfefab7399b1debfb9275a | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sun Feb 17 18:17:17 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 19 16:18:33 2008 +0100 |
tree | f3a1037032d814b5ee3e8b9acfee86d25fbd3758 | |
parent | bbb1e57a1c0b732cfeb727bed7c61e80a79c6479 [diff] |
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>