Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56670
b: refs/heads/master
c: 21124a8
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 21, 2007
1 parent e77c831 commit f6b84af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6c977aad03a18019015035958c65b6729cd0574c
refs/heads/master: 21124a82bb82e100369846ff2044dd5ea65fc934
4 changes: 1 addition & 3 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ extern void __chk_io_ptr(const void __iomem *);

#ifdef __KERNEL__

#if __GNUC__ > 4
#error no compiler-gcc.h file for this gcc version
#elif __GNUC__ == 4
#if __GNUC__ >= 4
# include <linux/compiler-gcc4.h>
#elif __GNUC__ == 3 && __GNUC_MINOR__ >= 2
# include <linux/compiler-gcc3.h>
Expand Down

0 comments on commit f6b84af

Please sign in to comment.