diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-29 12:19:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-29 12:19:31 +0000 |
commit | e831384efb2570949a6242e92c646e447b2070a0 (patch) | |
tree | d36e466141a582dd9bc7c94f51407164904e0dee /target/linux/generic-2.6 | |
parent | 019ee54580b1b8da218f0fadc2af971057212b77 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/980-vm_exports.patch | 2 |
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)); } |