Skip to content

Commit

Permalink
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kern…
Browse files Browse the repository at this point in the history
…el/git/frederic/random-tracing into perf/urgent
  • Loading branch information
Ingo Molnar committed Jun 8, 2010
2 parents 84bb671 + b9b76df commit 1610682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/trace/events/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

#define TP_STORE_SIGINFO(__entry, info) \
do { \
if (info == SEND_SIG_NOINFO) { \
if (info == SEND_SIG_NOINFO || \
info == SEND_SIG_FORCED) { \
__entry->errno = 0; \
__entry->code = SI_USER; \
} else if (info == SEND_SIG_PRIV) { \
Expand Down

0 comments on commit 1610682

Please sign in to comment.