From: Russell King Date: Wed, 29 Aug 2012 10:16:59 +0000 (+0100) Subject: ARM: Don't unconditionally bloat thread_info X-Git-Tag: sz_155~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44a342213c06a4b78af20f1b52006e65a66b0d0;p=pandora-kernel.git ARM: Don't unconditionally bloat thread_info There is no point reserving space at the bottom of the kernel stack for per-thread crunch state, and per-thread VFP state if these are not being supported by the kernel being built. Remove these members from the thread union when these features are disabled. Reported-by: Tim Bird Signed-off-by: Russell King --- Reading git-diff-tree failed