Skip to content

Commit 9132506

Browse files
committed
Add Opteron/Itanium comment.
1 parent 2f46ac5 commit 9132506

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
6464
* Portions Copyright (c) 1994, Regents of the University of California
6565
*
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 $
6767
*
6868
*-------------------------------------------------------------------------
6969
*/
@@ -94,7 +94,7 @@
9494
*/
9595

9696

97-
#if defined(__i386__) || defined(__x86_64__)
97+
#if defined(__i386__) || defined(__x86_64__) /* AMD Opteron */
9898
#define TAS(lock) tas(lock)
9999

100100
static __inline__ int
@@ -113,6 +113,7 @@ tas(volatile slock_t *lock)
113113
#endif /* __i386__ || __x86_64__ */
114114

115115

116+
/* Intel Itanium */
116117
#ifdef __ia64__
117118
#define TAS(lock) tas(lock)
118119

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy