aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-05-23 13:17:32 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-05-23 13:17:32 +0000
commit3e4f6af8a5cf99e178706b4490a3ab96cdc34362 (patch)
tree9280fa304484f75dbc9faf4e52b99f9e52ef3608 /target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch
parentb18a1d217ba9a6516c195339e9f4dde3e0a7f3ce (diff)
downloadupstream-3e4f6af8a5cf99e178706b4490a3ab96cdc34362.tar.gz
upstream-3e4f6af8a5cf99e178706b4490a3ab96cdc34362.tar.bz2
upstream-3e4f6af8a5cf99e178706b4490a3ab96cdc34362.zip
generic-2.6: refresh patches
SVN-Revision: 21542
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch b/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch
index 6bb4105177..5d0b5c6970 100644
--- a/target/linux/generic-2.6/patches-2.6.34/980-vm_exports.patch
+++ b/target/linux/generic-2.6/patches-2.6.34/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
-@@ -4357,6 +4357,7 @@ int can_nice(const struct task_struct *p
+@@ -4367,6 +4367,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= task_rlimit(p, RLIMIT_NICE) ||
capable(CAP_SYS_NICE));
}