From aa62f7f74ab1d38ddef880f68c52b6ac7002dbe3 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 24 Jun 2003 23:20:08 +0000
Subject: [PATCH] Add x86_64 support for spinlocks.

Jeffrey W. Baker
---
 src/include/storage/s_lock.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h
index a37ea9b9ae2..ec5048770d4 100644
--- a/src/include/storage/s_lock.h
+++ b/src/include/storage/s_lock.h
@@ -63,7 +63,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- *	  $Id: s_lock.h,v 1.108 2003/06/24 23:19:11 momjian Exp $
+ *	  $Id: s_lock.h,v 1.109 2003/06/24 23:20:08 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -94,7 +94,7 @@
  */
 
 
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__x86_64__) 
 #define TAS(lock) tas(lock)
 
 static __inline__ int
-- 
GitLab