File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 63
63
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
64
64
* Portions Copyright (c) 1994, Regents of the University of California
65
65
*
66
- * $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 momjian Exp $
66
+ * $Id: s_lock.h,v 1.110 2003/07/20 04:31:32 momjian Exp $
67
67
*
68
68
*-------------------------------------------------------------------------
69
69
*/
94
94
*/
95
95
96
96
97
- #if defined(__i386__ ) || defined(__x86_64__ )
97
+ #if defined(__i386__ ) || defined(__x86_64__ ) /* AMD Opteron */
98
98
#define TAS (lock ) tas(lock)
99
99
100
100
static __inline__ int
@@ -113,6 +113,7 @@ tas(volatile slock_t *lock)
113
113
#endif /* __i386__ || __x86_64__ */
114
114
115
115
116
+ /* Intel Itanium */
116
117
#ifdef __ia64__
117
118
#define TAS (lock ) tas(lock)
118
119
You can’t perform that action at this time.
0 commit comments