diff --git a/[refs] b/[refs] index 8a4e6692763c..ff859ba4c08a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ec5240ec367a592834385893200dd4fb369354c +refs/heads/master: d68b8622ccbee8a18e495ad1650c3306f2eeb0d6 diff --git a/trunk/include/asm-i386/linkage.h b/trunk/include/asm-i386/linkage.h index af3d8571c5c7..f4a6ebac0247 100644 --- a/trunk/include/asm-i386/linkage.h +++ b/trunk/include/asm-i386/linkage.h @@ -5,9 +5,7 @@ #define FASTCALL(x) x __attribute__((regparm(3))) #define fastcall __attribute__((regparm(3))) -#ifdef CONFIG_REGPARM -# define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret)) -#endif +#define prevent_tail_call(ret) __asm__ ("" : "=r" (ret) : "0" (ret)) #ifdef CONFIG_X86_ALIGNMENT_16 #define __ALIGN .align 16,0x90