diff --git a/[refs] b/[refs] index 1f72204811af..a13d89b3e2c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72370f2a5b227bd3817593a6b15ea3f53f51dfcb +refs/heads/master: 9b5609fd773e6ac0b1d6d6e1bf68f32cca64e06b diff --git a/trunk/include/asm-x86/stackprotector.h b/trunk/include/asm-x86/stackprotector.h new file mode 100644 index 000000000000..dcac7a6bdba2 --- /dev/null +++ b/trunk/include/asm-x86/stackprotector.h @@ -0,0 +1,4 @@ +#ifndef _ASM_STACKPROTECTOR_H +#define _ASM_STACKPROTECTOR_H 1 + +#endif diff --git a/trunk/include/linux/stackprotector.h b/trunk/include/linux/stackprotector.h new file mode 100644 index 000000000000..d3e8bbe602f8 --- /dev/null +++ b/trunk/include/linux/stackprotector.h @@ -0,0 +1,8 @@ +#ifndef _LINUX_STACKPROTECTOR_H +#define _LINUX_STACKPROTECTOR_H 1 + +#ifdef CONFIG_CC_STACKPROTECTOR +# include +#endif + +#endif diff --git a/trunk/init/main.c b/trunk/init/main.c index f7fb20021d48..a84322ca64a2 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include