sched, task_struct: stack_canary is not needed without CC_STACKPROTECTOR
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Tue, 18 Aug 2009 06:06:02 +0000 (15:06 +0900)
committerIngo Molnar <mingo@elte.hu>
Tue, 18 Aug 2009 13:45:11 +0000 (15:45 +0200)
commit1314562a9ae5f39f6f595656023c1baf970831ef
tree218abb315cecfe0f3a50e1064580ee6d8b73ae6f
parent8e5b59a2d728e6963b35dba8bb36e0b70267462e
sched, task_struct: stack_canary is not needed without CC_STACKPROTECTOR

The field stack_canary is only used with CC_STACKPROTECTOR.
This patch reduces task_struct size without CC_STACKPROTECTOR.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
LKML-Reference: <4A8A44CA.2020701@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h