Commit 76f74ff5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline __group_complete_signal

Two callsites, 456 bytes saved
parent 6e42fdc2
...@@ -837,7 +837,7 @@ force_sig_specific(int sig, struct task_struct *t) ...@@ -837,7 +837,7 @@ force_sig_specific(int sig, struct task_struct *t)
&& (task_curr(p) || !signal_pending(p))) && (task_curr(p) || !signal_pending(p)))
static inline void static void
__group_complete_signal(int sig, struct task_struct *p, unsigned int mask) __group_complete_signal(int sig, struct task_struct *p, unsigned int mask)
{ {
struct task_struct *t; struct task_struct *t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment