Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356679
b: refs/heads/master
c: 39e08a9
h: refs/heads/master
i:
  356677: 6ec0614
  356675: 512ca85
  356671: 9e023ce
v: v3
  • Loading branch information
Al Viro committed Feb 3, 2013
1 parent cf4a79f commit 3b2291c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe76141671c3025cd0da7cfafb6d8945bbe0735b
refs/heads/master: 39e08a9bae71a16ab0549b87b4e7207ae0d550ad
1 change: 1 addition & 0 deletions trunk/arch/frv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config FRV
select GENERIC_CPU_DEVICES
select ARCH_WANT_IPC_PARSE_VERSION
select GENERIC_SIGALTSTACK
select OLD_SIGSUSPEND3

config ZONE_DMA
bool
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/frv/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ struct fdpic_func_descriptor {
unsigned long GOT;
};

/*
* Atomically swap in the new signal mask, and wait for a signal.
*/
asmlinkage int sys_sigsuspend(int history0, int history1, old_sigset_t mask)
{
sigset_t blocked;
siginitset(&blocked, mask);
return sigsuspend(&blocked);
}

asmlinkage int sys_sigaction(int sig,
const struct old_sigaction __user *act,
struct old_sigaction __user *oact)
Expand Down

0 comments on commit 3b2291c

Please sign in to comment.