Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9132506

Browse files
committed
Add Opteron/Itanium comment.
1 parent2f46ac5 commit9132506

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
#defineTAS(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
#defineTAS(lock) tas(lock)
118119

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp