aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2012-04-13 19:37:15 +0000
committerHauke Mehrtens <hauke@openwrt.org>2012-04-13 19:37:15 +0000
commit0bc45f578754282e0eee0f082854db83e603e56b (patch)
tree0de8f423a69084545119a9762dabc190bce120f2 /target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch
parent5af062a0e0b49bf83019a10e850c418d9b2eb56b (diff)
downloadmaster-187ad058-0bc45f578754282e0eee0f082854db83e603e56b.tar.gz
master-187ad058-0bc45f578754282e0eee0f082854db83e603e56b.tar.bz2
master-187ad058-0bc45f578754282e0eee0f082854db83e603e56b.zip
kernel: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch')
-rw-r--r--target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch b/target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch
index 30acd0316b..c8f0bf5c8e 100644
--- a/target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch
+++ b/target/linux/generic/patches-2.6.30/965-arm_restore_sigmask_v2.patch
@@ -261,7 +261,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
handle_signal(unsigned long sig, struct k_sigaction *ka,
siginfo_t *info, sigset_t *oldset,
struct pt_regs * regs, int syscall)
-@@ -592,7 +557,7 @@ handle_signal(unsigned long sig, struct
+@@ -592,7 +557,7 @@ handle_signal(unsigned long sig, struct
if (ret != 0) {
force_sigsegv(sig, tsk);
@@ -270,7 +270,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
}
/*
-@@ -606,6 +571,7 @@ handle_signal(unsigned long sig, struct
+@@ -606,6 +571,7 @@ handle_signal(unsigned long sig, struct
recalc_sigpending();
spin_unlock_irq(&tsk->sighand->siglock);
@@ -278,7 +278,7 @@ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
}
/*
-@@ -617,11 +583,12 @@ handle_signal(unsigned long sig, struct
+@@ -617,11 +583,12 @@ handle_signal(unsigned long sig, struct
* the kernel can handle, and then we build all the user-level signal handling
* stack-frames in one go after that.
*/