mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
add options for x86_64 and amd will small letters
This commit is contained in:
parent
1163975f09
commit
5a52e533e1
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ typedef struct _drmSetVersion {
|
||||||
#define DRM_LOCK_CONT 0x40000000U /**< Hardware lock is contended */
|
#define DRM_LOCK_CONT 0x40000000U /**< Hardware lock is contended */
|
||||||
|
|
||||||
#if defined(__GNUC__) && (__GNUC__ >= 2)
|
#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 */
|
/* Reflect changes here to drmP.h */
|
||||||
#define DRM_CAS(lock,old,new,__ret) \
|
#define DRM_CAS(lock,old,new,__ret) \
|
||||||
do { \
|
do { \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue