diff options
author | Dave Airlie <airlied@linux.ie> | 2005-08-23 04:10:50 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-08-23 04:10:50 +0000 |
commit | 5a52e533e1f42072b91544fdbca785ed2c9ad76b (patch) | |
tree | 68a05d4b377799cfc5d0b0189f8d821dddda652e /libdrm | |
parent | 1163975f090725a0f2cddb313cc23d7e424f766f (diff) |
add options for x86_64 and amd will small letters
Diffstat (limited to 'libdrm')
-rw-r--r-- | libdrm/xf86drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drm.h b/libdrm/xf86drm.h index 7521e341..d2ca9579 100644 --- a/libdrm/xf86drm.h +++ b/libdrm/xf86drm.h @@ -287,7 +287,7 @@ typedef struct _drmSetVersion { #define DRM_LOCK_CONT 0x40000000U /**< Hardware lock is contended */ #if defined(__GNUC__) && (__GNUC__ >= 2) -# if defined(__i386) || defined(__AMD64__) +# if defined(__i386) || defined(__AMD64__) || defined(__x86_64__) || defined(__amd64__) /* Reflect changes here to drmP.h */ #define DRM_CAS(lock,old,new,__ret) \ do { \ |