From: Russell King Date: Wed, 29 Aug 2012 10:16:59 +0000 (+0100) Subject: ARM: Don't unconditionally bloat thread_info X-Git-Tag: omap-for-v3.7-rc1/fixes-hwmod-clock-signed-v3~1^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fc31ddc70ac594b5a1d8a83303b65008221088c;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