]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
x86: Enable the queensbay cpu directory build
[u-boot] / include / common.h
index 46f07fe1739d4184f2dc0841adfc231ccda495cf..80c348660d1bcb9c13b3e89aedf48ea363f206af 100644 (file)
@@ -70,12 +70,6 @@ typedef volatile unsigned char       vu_char;
 #ifdef CONFIG_4xx
 #include <asm/ppc4xx.h>
 #endif
-#ifdef CONFIG_ARM
-#define asmlinkage     /* nothing */
-#endif
-#ifdef CONFIG_X86
-#define asmlinkage __attribute__((regparm(0)))
-#endif
 #ifdef CONFIG_BLACKFIN
 #include <asm/blackfin.h>
 #endif