]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/linkage.h
slub: Update statistics handling for variable order slabs
[linux-2.6-omap-h63xx.git] / include / linux / linkage.h
index b163c5c40dbcf2bb7a156d8a04b4f88731c025d7..2119610b24f812fe1c80a6f806c679af11d56ab9 100644 (file)
  * protection to work (ie no more work that the compiler might
  * end up needing stack temporaries for).
  */
+/* Assembly files may be compiled with -traditional .. */
+#ifndef __ASSEMBLY__
 #ifndef asmlinkage_protect
 # define asmlinkage_protect(n, ret, args...)   do { } while (0)
 #endif
+#endif
 
 #ifndef __ALIGN
 #define __ALIGN                .align 4,0x90