Add support for hardware locks on x86_64 too

This commit is contained in:
gbeauche 2005-06-06 18:49:51 +00:00
parent 6c65ae370e
commit 83b228cf30

View File

@ -57,7 +57,7 @@ enum {
regs.spcflags &= ~(m); \
} while (0)
#elif defined(__i386__) && defined(X86_ASSEMBLY)
#elif (defined(__i386__) || defined(__x86_64__)) && defined(X86_ASSEMBLY)
#define HAVE_HARDWARE_LOCKS