From: Cyrill Gorcunov Date: Sun, 17 Feb 2008 15:17:18 +0000 (+0300) Subject: x86: lds - Use THREAD_SIZE instead of numeric constant X-Git-Tag: v2.6.25-rc3~109^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c42d0dbb129b6bff560dacabec753677d64081;p=pandora-kernel.git 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 Acked-by: Sam Ravnborg Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed