Commit 0c19743a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline signal_wake_up

Seven callsites and an out-of-line copy is a bit excessive.  562 bytes saved.
parent 5016c064
......@@ -532,7 +532,7 @@ int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t *info)
* No need to set need_resched since signal event passing
* goes through ->blocked
*/
inline void signal_wake_up(struct task_struct *t, int resume)
void signal_wake_up(struct task_struct *t, int resume)
{
unsigned int mask;
......
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