]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/common.h
x86: move arch-specific asmlinkage to <asm/linkage.h>
[karo-tx-uboot.git] / include / common.h
index 46f07fe1739d4184f2dc0841adfc231ccda495cf..4f2f303f33647c003ac295ef1af08839d94457ee 100644 (file)
@@ -73,9 +73,6 @@ typedef volatile unsigned char        vu_char;
 #ifdef CONFIG_ARM
 #define asmlinkage     /* nothing */
 #endif
-#ifdef CONFIG_X86
-#define asmlinkage __attribute__((regparm(0)))
-#endif
 #ifdef CONFIG_BLACKFIN
 #include <asm/blackfin.h>
 #endif