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
- Lines: 8
- Date:
Mon Aug 9 12:04:41 1999
- Orig file:
v2.2.10/linux/include/asm-alpha/system.h
- Orig date:
Sat Jun 12 11:52:52 1999
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)