aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.35/980-vm_exports.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-08-22 17:09:18 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-08-22 17:09:18 +0000
commit31ce3e2546b650528d797d146eac9fc21aa9b8d1 (patch)
tree93c53366a17acf71a6df1f95f9c8216ade49e140 /target/linux/generic/patches-2.6.35/980-vm_exports.patch
parent3515a89f708d53519beb5be4a78d61d44b5e315e (diff)
downloadupstream-31ce3e2546b650528d797d146eac9fc21aa9b8d1.tar.gz
upstream-31ce3e2546b650528d797d146eac9fc21aa9b8d1.tar.bz2
upstream-31ce3e2546b650528d797d146eac9fc21aa9b8d1.zip
refresh 2.6.35 patches
SVN-Revision: 22772
Diffstat (limited to 'target/linux/generic/patches-2.6.35/980-vm_exports.patch')
-rw-r--r--target/linux/generic/patches-2.6.35/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.35/980-vm_exports.patch b/target/linux/generic/patches-2.6.35/980-vm_exports.patch
index f5f73d7bb0..c372e95703 100644
--- a/target/linux/generic/patches-2.6.35/980-vm_exports.patch
+++ b/target/linux/generic/patches-2.6.35/980-vm_exports.patch
@@ -76,7 +76,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -4271,6 +4271,7 @@ int can_nice(const struct task_struct *p
+@@ -4261,6 +4261,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}