]> Git Repo - linux.git/blobdiff - kernel/signal.c
remove final fastcall users
[linux.git] / kernel / signal.c
index 2c1f08defac29c7fc64475e1612b35c1c8056e1b..84917fe507f77b8ff949af7f958e11ac2ed423b7 100644 (file)
@@ -972,7 +972,7 @@ void zap_other_threads(struct task_struct *p)
        }
 }
 
-int fastcall __fatal_signal_pending(struct task_struct *tsk)
+int __fatal_signal_pending(struct task_struct *tsk)
 {
        return sigismember(&tsk->pending.signal, SIGKILL);
 }
This page took 0.030437 seconds and 4 git commands to generate.