Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136351
b: refs/heads/master
c: 9b5609f
h: refs/heads/master
i:
  136349: 0de3f40
  136347: 818cc47
  136343: 20f1721
  136335: cb514d7
  136319: 88eccf2
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 26, 2008
1 parent b819d00 commit e17dafd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 72370f2a5b227bd3817593a6b15ea3f53f51dfcb
refs/heads/master: 9b5609fd773e6ac0b1d6d6e1bf68f32cca64e06b
4 changes: 4 additions & 0 deletions trunk/include/asm-x86/stackprotector.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#ifndef _ASM_STACKPROTECTOR_H
#define _ASM_STACKPROTECTOR_H 1

#endif
8 changes: 8 additions & 0 deletions trunk/include/linux/stackprotector.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _LINUX_STACKPROTECTOR_H
#define _LINUX_STACKPROTECTOR_H 1

#ifdef CONFIG_CC_STACKPROTECTOR
# include <asm/stackprotector.h>
#endif

#endif
1 change: 1 addition & 0 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/proc_fs.h>
#include <linux/kernel.h>
#include <linux/syscalls.h>
#include <linux/stackprotector.h>
#include <linux/string.h>
#include <linux/ctype.h>
#include <linux/delay.h>
Expand Down

0 comments on commit e17dafd

Please sign in to comment.