Commit a8760f9c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline __wake_up_parent

Two callsites, 48 bytes saved
parent 76f74ff5
......@@ -1375,7 +1375,7 @@ send_group_sigqueue(int sig, struct sigqueue *q, struct task_struct *p)
* Joy. Or not. Pthread wants us to wake up every thread
* in our parent group.
*/
static inline void __wake_up_parent(struct task_struct *p,
static void __wake_up_parent(struct task_struct *p,
struct task_struct *parent)
{
struct task_struct *tsk = parent;
......
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