ARM: Don't unconditionally bloat thread_info
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Aug 2012 10:16:59 +0000 (11:16 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 4 Jul 2013 22:54:11 +0000 (01:54 +0300)
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 <tim.bird@am.sony.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found