Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125391
b: refs/heads/master
c: 6680598
h: refs/heads/master
i:
  125389: 1e1630d
  125387: b392c1d
  125383: 4bb61b1
  125375: ba54daf
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 2, 2009
1 parent 53e5841 commit d909059
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b840d79631c882786925303c2b0f4fefc31845ed
refs/heads/master: 6680598b44ed3c0052d155522eb21fc5a00de5f3
4 changes: 4 additions & 0 deletions trunk/include/linux/compiler-gcc3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#error "Please don't include <linux/compiler-gcc3.h> directly, include <linux/compiler.h> instead."
#endif

#if __GNUC_MINOR__ < 2
# error Sorry, your compiler is too old - please upgrade it.
#endif

#if __GNUC_MINOR__ >= 3
# define __used __attribute__((__used__))
#else
Expand Down

0 comments on commit d909059

Please sign in to comment.