|
66 | 66 | * Portions Copyright (c) 1996-2007, 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.162 2007/07/16 14:02:22 tgl Exp $ |
| 69 | + * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.163 2007/08/05 15:11:40 tgl Exp $ |
70 | 70 | * |
71 | 71 | *------------------------------------------------------------------------- |
72 | 72 | */ |
|
78 | 78 | #ifdefHAVE_SPINLOCKS/* skip spinlocks if requested */ |
79 | 79 |
|
80 | 80 |
|
81 | | -#if defined(__GNUC__)|| defined(__ICC) |
| 81 | +#if defined(__GNUC__)|| defined(__INTEL_COMPILER) |
82 | 82 | /************************************************************************* |
83 | 83 | * All the gcc inlines |
84 | 84 | * Gcc consistently defines the CPU as __cpu__. |
|