Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa62f7f

Browse files
committed
Add x86_64 support for spinlocks.
Jeffrey W. Baker
1 parent 7cb4278 commit aa62f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/storage/s_lock.h

Lines changed: 2 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.108 2003/06/24 23:19:11 momjian Exp $
66+
* $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 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__)
9898
#define TAS(lock) tas(lock)
9999

100100
static __inline__ int

0 commit comments

Comments
 (0)