From: Bruce Momjian Date: Sun, 20 Jul 2003 04:31:32 +0000 (+0000) Subject: Add Opteron/Itanium comment. X-Git-Tag: REL7_4_BETA1~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=913250647781e86c08c27aa9514420d6df5cb280;p=thirdparty%2Fpostgresql.git Add Opteron/Itanium comment. --- diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h index ec5048770d4..081c79a8297 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.109 2003/06/24 23:20:08 momjian Exp $ + * $Id: s_lock.h,v 1.110 2003/07/20 04:31:32 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -94,7 +94,7 @@ */ -#if defined(__i386__) || defined(__x86_64__) +#if defined(__i386__) || defined(__x86_64__) /* AMD Opteron */ #define TAS(lock) tas(lock) static __inline__ int @@ -113,6 +113,7 @@ tas(volatile slock_t *lock) #endif /* __i386__ || __x86_64__ */ +/* Intel Itanium */ #ifdef __ia64__ #define TAS(lock) tas(lock)