This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-x86_64 / string.h
index a3493ee..27876b9 100644 (file)
@@ -3,6 +3,8 @@
 
 #ifdef __KERNEL__
 
+#define struct_cpy(x,y) (*(x)=*(y))
+
 /* Written 2002 by Andi Kleen */ 
 
 /* Only used for special circumstances. Stolen from i386/string.h */