Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48472
b: refs/heads/master
c: 9f6026b
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Feb 13, 2007
1 parent 0dd035d commit cf50f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2fb12a9bca5ad9aa6dcd2c639b4a7656a8843ef8
refs/heads/master: 9f6026b8c308365d955faaf31dd0f457266d11f8
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <asm/alternative.h>

#if __GNUC__ < 4 || __GNUC_MINOR__ < 1
#if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 1)
/* Technically wrong, but this avoids compilation errors on some gcc
versions. */
#define ADDR "=m" (*(volatile long *) addr)
Expand Down

0 comments on commit cf50f22

Please sign in to comment.