summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-27 22:56:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-27 22:56:14 +0000
commit0547e1b91fd29c53d3e8a2b1f6d03377e5a93d8b (patch)
tree6f9fe82d701cf3df2890f8ac65ed392e91af5136 /target/linux/generic-2.6/patches-2.6.31
parent4a7259e39d753e820c850f608e88ddaef5ed04b9 (diff)
fix compile error in bfs on 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17776 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch2
1 files changed, 1 insertions, 1 deletions
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 1f805dfe5..c045ae3ab 100644
--- 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;