patch-2.2.11 linux/include/asm-alpha/system.h

Next file: linux/include/asm-arm/arch-arc/keyboard.h
Previous file: linux/include/asm-alpha/sysinfo.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -347,6 +347,7 @@
 #define xchg(ptr,x) \
   ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
 #define tas(ptr) (xchg((ptr),1))
+#define gethere() ({ here: && here;  })
 
 #endif /* __ASSEMBLY__ */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)