ia64/xen-unstable
changeset 5527:a787d0c6f797
bitkeeper revision 1.1713.2.14 (42b83897l9yCwRifZXvfuWUtymljvA)
Fix typo in cmpxchg_user (causes compile error in some compilers)
Fix typo in cmpxchg_user (causes compile error in some compilers)
author | djm@kirby.fc.hp.com |
---|---|
date | Tue Jun 21 15:56:07 2005 +0000 (2005-06-21) |
parents | 83f563ab42f6 |
children | 05d595a0f3cf |
files | xen/include/asm-ia64/xensystem.h |
line diff
1.1 --- a/xen/include/asm-ia64/xensystem.h Tue Jun 21 15:55:11 2005 +0000 1.2 +++ b/xen/include/asm-ia64/xensystem.h Tue Jun 21 15:56:07 2005 +0000 1.3 @@ -68,7 +68,7 @@ extern struct task_struct *vmx_ia64_swit 1.4 asm volatile ("mov ar.ccv=%0;;" :: "rO"(old)); \ 1.5 asm volatile ("mov %2=r0;;\n" \ 1.6 "[1:]\tcmpxchg"_size".acq %0=[%3],%4,ar.ccv\n" \ 1.7 - "\t.xdata4 \"__ex_table\", 1b-., 1f.+4\n" \ 1.8 + "\t.xdata4 \"__ex_table\", 1b-., 1f-.+4\n" \ 1.9 "[1:]" \ 1.10 : "=r"(old), "=r"(__gu_r9), "=r"(__gu_r8) : \ 1.11 "r"(ptr), "r"(new) : "memory"); \