projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
omap24xx cbus: fix ioctls
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.32
/
980-vm_exports.patch
diff --git
a/target/linux/generic/patches-2.6.32/980-vm_exports.patch
b/target/linux/generic/patches-2.6.32/980-vm_exports.patch
index
c226ac7
..
5319fe3
100644
(file)
--- a/
target/linux/generic/patches-2.6.32/980-vm_exports.patch
+++ b/
target/linux/generic/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
* macro override instead of weak attribute alias, to workaround
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -61
13,6 +6113
,7 @@ int can_nice(const struct task_struct *p
+@@ -61
65,6 +6165
,7 @@ int can_nice(const struct task_struct *p
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
capable(CAP_SYS_NICE));
}
@@
-86,7
+86,7
@@
/**
* zap_vma_ptes - remove ptes mapping the vma
/**
* zap_vma_ptes - remove ptes mapping the vma
-@@ -24
86,6 +248
7,7 @@ int vmtruncate_range(struct inode *inode
+@@ -24
96,6 +249
7,7 @@ int vmtruncate_range(struct inode *inode
return 0;
}
return 0;
}
@@
-124,7
+124,7
@@
#ifndef CONFIG_MMU
--- a/kernel/signal.c
+++ b/kernel/signal.c
#ifndef CONFIG_MMU
--- a/kernel/signal.c
+++ b/kernel/signal.c
-@@ -107
0,6 +1070
,7 @@ struct sighand_struct *lock_task_sighand
+@@ -107
2,6 +1072
,7 @@ struct sighand_struct *lock_task_sighand
return sighand;
}
return sighand;
}
This page took
0.020938 seconds
and
4
git commands to generate.