diff --git a/[refs] b/[refs] index 544e6b3c28de..fee49644bf9b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e5b59a2d728e6963b35dba8bb36e0b70267462e +refs/heads/master: 1314562a9ae5f39f6f595656023c1baf970831ef diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index 195d72d5c102..7bc2d9290837 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -1237,8 +1237,10 @@ struct task_struct { pid_t pid; pid_t tgid; +#ifdef CONFIG_CC_STACKPROTECTOR /* Canary value for the -fstack-protector gcc feature */ unsigned long stack_canary; +#endif /* * pointers to (original) parent process, youngest child, younger sibling,