We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2f46ac5 commit9132506Copy full SHA for 9132506
src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
63
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
64
* Portions Copyright (c) 1994, Regents of the University of California
65
*
66
- * $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 momjian Exp $
+ * $Id: s_lock.h,v 1.110 2003/07/20 04:31:32 momjian Exp $
67
68
*-------------------------------------------------------------------------
69
*/
@@ -94,7 +94,7 @@
94
95
96
97
-#if defined(__i386__)|| defined(__x86_64__)
+#if defined(__i386__)|| defined(__x86_64__)/* AMD Opteron */
98
#defineTAS(lock) tas(lock)
99
100
static __inline__int
@@ -113,6 +113,7 @@ tas(volatile slock_t *lock)
113
#endif/* __i386__ || __x86_64__ */
114
115
116
+/* Intel Itanium */
117
#ifdef__ia64__
118
119