diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/linkage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h index b163c5c40dbc..2119610b24f8 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h | |||
@@ -30,9 +30,12 @@ | |||
30 | * protection to work (ie no more work that the compiler might | 30 | * protection to work (ie no more work that the compiler might |
31 | * end up needing stack temporaries for). | 31 | * end up needing stack temporaries for). |
32 | */ | 32 | */ |
33 | /* Assembly files may be compiled with -traditional .. */ | ||
34 | #ifndef __ASSEMBLY__ | ||
33 | #ifndef asmlinkage_protect | 35 | #ifndef asmlinkage_protect |
34 | # define asmlinkage_protect(n, ret, args...) do { } while (0) | 36 | # define asmlinkage_protect(n, ret, args...) do { } while (0) |
35 | #endif | 37 | #endif |
38 | #endif | ||
36 | 39 | ||
37 | #ifndef __ALIGN | 40 | #ifndef __ALIGN |
38 | #define __ALIGN .align 4,0x90 | 41 | #define __ALIGN .align 4,0x90 |