aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/include/asm/spinlock_types.h
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2009-10-23 17:58:54 -0700
committerTony Luck <tony.luck@intel.com>2009-10-23 17:58:54 -0700
commit48fade6c5a96d29cd3d0e016557a3fd835fd4049 (patch)
tree671554b43c2deed301dfe1a93acaab4766cf6fef /arch/ia64/include/asm/spinlock_types.h
parentb94b08081fcecf83fa690d6c5664f6316fe72208 (diff)
parent1502f08edc040b6ba4b986454416564088995e79 (diff)
Pull ticket4byte into release branch
Diffstat (limited to 'arch/ia64/include/asm/spinlock_types.h')
-rw-r--r--arch/ia64/include/asm/spinlock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/spinlock_types.h b/arch/ia64/include/asm/spinlock_types.h
index b61d136d9bc..474e46f1ab4 100644
--- a/arch/ia64/include/asm/spinlock_types.h
+++ b/arch/ia64/include/asm/spinlock_types.h
@@ -6,7 +6,7 @@
#endif
typedef struct {
- volatile unsigned long lock;
+ volatile unsigned int lock;
} raw_spinlock_t;
#define __RAW_SPIN_LOCK_UNLOCKED { 0 }