X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fsystem.h;h=f3b7b1a59c568d6950f7432ac467b361b2a02eaf;hb=631d6747e1d877a4baa924cb373b8b9511a53e5e;hp=cc9c7e8cced5c2de6f88f3557de2bd6c4c3de385;hpb=37bfbaf995d2c1f8196ee04c9d6f68258d5ec3e8;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-alpha/system.h b/include/asm-alpha/system.h index cc9c7e8cced..f3b7b1a59c5 100644 --- a/include/asm-alpha/system.h +++ b/include/asm-alpha/system.h @@ -572,7 +572,7 @@ __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) if something tries to do an invalid cmpxchg(). */ extern void __cmpxchg_called_with_bad_pointer(void); -static inline unsigned long +static __always_inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) { switch (size) {