File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
67
67
* Portions Copyright (c) 1994, Regents of the University of California
68
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.153 2006/05/17 23:57:03 momjian Exp $
69
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.154 2006/05/18 16:02:30 momjian Exp $
70
70
*
71
71
*-------------------------------------------------------------------------
72
72
*/
@@ -313,7 +313,8 @@ tas(volatile slock_t *lock)
313
313
314
314
/*
315
315
* See comment in /pg/backend/port/tas/solaris_sparc.s for why this
316
- * uses "ldstub", and that file uses "cas".
316
+ * uses "ldstub", and that file uses "cas". gcc currently generates
317
+ * sparcv7-targeted binaries, so "cas" use isn't possible.
317
318
*/
318
319
__asm__ __volatile__(
319
320
" ldstub [%2], %0 \n"
You can’t perform that action at this time.
0 commit comments