Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116133
b: refs/heads/master
c: 8a80a5e
h: refs/heads/master
i:
  116131: ac3e66c
v: v3
  • Loading branch information
Paul Mundt committed Sep 17, 2008
1 parent 373c047 commit 36b7d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b85641bdde340f683e5baa7688832e185548c9bd
refs/heads/master: 8a80a5e9e89cf3aacf8165dd34b40c7c3fe91b4d
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/signal_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@

#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))

static void
handle_signal(unsigned long sig, siginfo_t *info, struct k_sigaction *ka,
sigset_t *oldset, struct pt_regs * regs);

/*
* Note that 'init' is a special process: it doesn't get signals it doesn't
* want to handle. Thus you cannot kill init even with a SIGKILL even by
Expand Down

0 comments on commit 36b7d3b

Please sign in to comment.