aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-01-29 12:19:31 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-01-29 12:19:31 +0000
commite831384efb2570949a6242e92c646e447b2070a0 (patch)
treed36e466141a582dd9bc7c94f51407164904e0dee /target/linux/generic-2.6/patches-2.6.32
parent019ee54580b1b8da218f0fadc2af971057212b77 (diff)
downloadupstream-e831384efb2570949a6242e92c646e447b2070a0.tar.gz
upstream-e831384efb2570949a6242e92c646e447b2070a0.tar.bz2
upstream-e831384efb2570949a6242e92c646e447b2070a0.zip
update to 2.6.32.7
SVN-Revision: 19379
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
index f59eac3203..1c60dbc504 100644
--- a/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch
@@ -68,7 +68,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -6091,6 +6091,7 @@ int can_nice(const struct task_struct *p
+@@ -6093,6 +6093,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}