projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compile error in bfs on 2.6.31
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.31
/
270-sched_bfs.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch
b/target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch
index
1f805df
..
c045ae3
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch
+++ b/
target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch
@@
-1662,7
+1662,7
@@
This patch adds support for bfs v230, modified for diff size reduction
+ * combine the page table reload and the switch backend into
+ * one hypercall.
+ */
-+ arch_
enter_lazy_cpu_mode(
);
++ arch_
start_context_switch(prev
);
+
+ if (unlikely(!mm)) {
+ next->active_mm = oldmm;
This page took
0.024216 seconds
and
4
git commands to generate.