Commit 6e42fdc2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] uninline sig_ignored

Four callsites, 104 bytes saved
parent 84ba4949
......@@ -157,7 +157,7 @@ int max_queued_signals = 1024;
sigtestsetmask(&current->signal->shared_pending.signal, \
M(SIGCONT) | M(SIGKILL)))
static inline int sig_ignored(struct task_struct *t, int sig)
static int sig_ignored(struct task_struct *t, int sig)
{
void * handler;
......
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