[PATCH] s390: spinlock fixes
[deliverable/linux.git] / kernel / signal.c
index 1da2e74beb97240947ebe3da5a30a4c5ae81a8fe..5dafbd36d62e0e1a7245dfa35befcfa28876994c 100644 (file)
@@ -476,7 +476,7 @@ unblock_all_signals(void)
        spin_unlock_irqrestore(&current->sighand->siglock, flags);
 }
 
-static inline int collect_signal(int sig, struct sigpending *list, siginfo_t *info)
+static int collect_signal(int sig, struct sigpending *list, siginfo_t *info)
 {
        struct sigqueue *q, *first = NULL;
        int still_pending = 0;
@@ -1881,7 +1881,7 @@ do_signal_stop(int signr)
  * We return zero if we still hold the siglock and should look
  * for another signal without checking group_stop_count again.
  */
-static inline int handle_group_stop(void)
+static int handle_group_stop(void)
 {
        int stop_count;
 
This page took 0.033293 seconds and 5 git commands to generate.