From cf50f2268e9f8ef2cdb524260f7719453f9293c3 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Tue, 13 Feb 2007 13:26:25 +0100 Subject: [PATCH] --- yaml --- r: 48472 b: refs/heads/master c: 9f6026b8c308365d955faaf31dd0f457266d11f8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86_64/bitops.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index baf4f0613884..5d4150b32242 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fb12a9bca5ad9aa6dcd2c639b4a7656a8843ef8 +refs/heads/master: 9f6026b8c308365d955faaf31dd0f457266d11f8 diff --git a/trunk/include/asm-x86_64/bitops.h b/trunk/include/asm-x86_64/bitops.h index 8da9609070f4..d4dbbe5f7bd9 100644 --- a/trunk/include/asm-x86_64/bitops.h +++ b/trunk/include/asm-x86_64/bitops.h @@ -7,7 +7,7 @@ #include -#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)