|
@@ -30,9 +30,12 @@
|
|
* protection to work (ie no more work that the compiler might
|
|
* protection to work (ie no more work that the compiler might
|
|
* end up needing stack temporaries for).
|
|
* end up needing stack temporaries for).
|
|
*/
|
|
*/
|
|
|
|
+/* Assembly files may be compiled with -traditional .. */
|
|
|
|
+#ifndef __ASSEMBLY__
|
|
#ifndef asmlinkage_protect
|
|
#ifndef asmlinkage_protect
|
|
# define asmlinkage_protect(n, ret, args...) do { } while (0)
|
|
# define asmlinkage_protect(n, ret, args...) do { } while (0)
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
#ifndef __ALIGN
|
|
#ifndef __ALIGN
|
|
#define __ALIGN .align 4,0x90
|
|
#define __ALIGN .align 4,0x90
|