aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-04 10:37:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-04 10:37:48 +0000
commita3b32c41dff39c83e27a88e0ff9c21f5c0c79c93 (patch)
tree8d5788eef5a57dd932f03b8d75838c2fa5a68d51 /target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch
parent4bead4bb96acadf48a6cc10f045b8c7e9f165da7 (diff)
downloadupstream-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.tar.gz
upstream-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.tar.bz2
upstream-a3b32c41dff39c83e27a88e0ff9c21f5c0c79c93.zip
refresh generic 2.6.28 patches
SVN-Revision: 15578
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch
index 8168742eba..023bf295e7 100644
--- a/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch
+++ b/target/linux/generic-2.6/patches-2.6.28/980-vm_exports.patch
@@ -67,7 +67,7 @@
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -5015,6 +5015,7 @@ int can_nice(const struct task_struct *p
+@@ -5064,6 +5064,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}