]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/linkage.h
asmlinkage_protect replaces prevent_tail_call
[linux-2.6-omap-h63xx.git] / include / linux / linkage.h
index 0592936344c426e71a05be54e2a11bc705eb1e6a..fe2a39c489b6735f396d5f661c4b0c1781f2c230 100644 (file)
@@ -17,8 +17,8 @@
 # define asmregparm
 #endif
 
-#ifndef prevent_tail_call
-# define prevent_tail_call(ret) do { } while (0)
+#ifndef asmlinkage_protect
+# define asmlinkage_protect(n, ret, args...)   do { } while (0)
 #endif
 
 #ifndef __ALIGN