commit | 85c42d0dbb129b6bff560dacabec753677d64081 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sun Feb 17 18:17:18 2008 +0300 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 19 16:18:34 2008 +0100 |
tree | 1bcf73de138c711da874966cbb3fcf77a5a8784f | |
parent | 3cdac41f2090ad9013dfefab7399b1debfb9275a [diff] |
x86: lds - Use THREAD_SIZE instead of numeric constant Though we use PDA for regular task stack but that is not acceptable for init_task wich is special one. We still have to allocate init_task's stack in that manner. 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>