projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable the IP17xx driver for the nand subtarget
[openwrt.git]
/
target
/
linux
/
goldfish
/
patches-2.6.30
/
0129--ARM-goldfish-qemutrace-Kernel-instrumentation-fo.patch
diff --git
a/target/linux/goldfish/patches-2.6.30/0129--ARM-goldfish-qemutrace-Kernel-instrumentation-fo.patch
b/target/linux/goldfish/patches-2.6.30/0129--ARM-goldfish-qemutrace-Kernel-instrumentation-fo.patch
index
c8463ff
..
b31ca03
100644
(file)
--- a/
target/linux/goldfish/patches-2.6.30/0129--ARM-goldfish-qemutrace-Kernel-instrumentation-fo.patch
+++ b/
target/linux/goldfish/patches-2.6.30/0129--ARM-goldfish-qemutrace-Kernel-instrumentation-fo.patch
@@
-769,7
+769,7
@@
Signed-off-by: Mike Chan <mike@android.com>
/* Avoid "noreturn function does return". */
--- a/kernel/fork.c
+++ b/kernel/fork.c
/* Avoid "noreturn function does return". */
--- a/kernel/fork.c
+++ b/kernel/fork.c
-@@ -13
33,6 +133
3,10 @@ struct task_struct * __cpuinit fork_idle
+@@ -13
23,6 +132
3,10 @@ struct task_struct * __cpuinit fork_idle
return task;
}
return task;
}
@@
-780,7
+780,7
@@
Signed-off-by: Mike Chan <mike@android.com>
/*
* Ok, this is the main fork-routine.
*
/*
* Ok, this is the main fork-routine.
*
-@@ -14
34,6 +143
8,10 @@ long do_fork(unsigned long clone_flags,
+@@ -14
24,6 +142
8,10 @@ long do_fork(unsigned long clone_flags,
tracehook_report_clone_complete(trace, regs,
clone_flags, nr, p);
tracehook_report_clone_complete(trace, regs,
clone_flags, nr, p);
@@
-793,7
+793,7
@@
Signed-off-by: Mike Chan <mike@android.com>
wait_for_completion(&vfork);
--- a/kernel/sched.c
+++ b/kernel/sched.c
wait_for_completion(&vfork);
--- a/kernel/sched.c
+++ b/kernel/sched.c
-@@ -274
7,6 +2747
,10 @@ asmlinkage void schedule_tail(struct tas
+@@ -274
8,6 +2748
,10 @@ asmlinkage void schedule_tail(struct tas
put_user(task_pid_vnr(current), current->set_child_tid);
}
put_user(task_pid_vnr(current), current->set_child_tid);
}
@@
-804,7
+804,7
@@
Signed-off-by: Mike Chan <mike@android.com>
/*
* context_switch - switch to the new MM and the new
* thread's register state.
/*
* context_switch - switch to the new MM and the new
* thread's register state.
-@@ -27
89,6 +2793
,11 @@ context_switch(struct rq *rq, struct tas
+@@ -27
90,6 +2794
,11 @@ context_switch(struct rq *rq, struct tas
spin_release(&rq->lock.dep_map, 1, _THIS_IP_);
#endif
spin_release(&rq->lock.dep_map, 1, _THIS_IP_);
#endif
@@
-818,7
+818,7
@@
Signed-off-by: Mike Chan <mike@android.com>
--- a/mm/mmap.c
+++ b/mm/mmap.c
--- a/mm/mmap.c
+++ b/mm/mmap.c
-@@ -90
3,6 +903
,11 @@ void vm_stat_account(struct mm_struct *m
+@@ -90
6,6 +906
,11 @@ void vm_stat_account(struct mm_struct *m
}
#endif /* CONFIG_PROC_FS */
}
#endif /* CONFIG_PROC_FS */
@@
-830,7
+830,7
@@
Signed-off-by: Mike Chan <mike@android.com>
/*
* The caller must hold down_write(current->mm->mmap_sem).
*/
/*
* The caller must hold down_write(current->mm->mmap_sem).
*/
-@@ -12
09,6 +1214
,10 @@ munmap_back:
+@@ -12
12,6 +1217
,10 @@ munmap_back:
pgoff = vma->vm_pgoff;
vm_flags = vma->vm_flags;
pgoff = vma->vm_pgoff;
vm_flags = vma->vm_flags;
@@
-841,7
+841,7
@@
Signed-off-by: Mike Chan <mike@android.com>
if (vma_wants_writenotify(vma))
vma->vm_page_prot = vm_get_page_prot(vm_flags & ~VM_SHARED);
if (vma_wants_writenotify(vma))
vma->vm_page_prot = vm_get_page_prot(vm_flags & ~VM_SHARED);
-@@ -193
5,6 +1944
,10 @@ int do_munmap(struct mm_struct *mm, unsi
+@@ -193
8,6 +1947
,10 @@ int do_munmap(struct mm_struct *mm, unsi
* Remove the vma's, and unmap the actual pages
*/
detach_vmas_to_be_unmapped(mm, vma, prev, end);
* Remove the vma's, and unmap the actual pages
*/
detach_vmas_to_be_unmapped(mm, vma, prev, end);
This page took
0.028344 seconds
and
4
git commands to generate.