aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-09-27 22:56:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-09-27 22:56:14 +0000
commit5fc44a3e24536eb02965409fd3b9c71ae6ba5dc4 (patch)
tree6f9fe82d701cf3df2890f8ac65ed392e91af5136 /target
parent0b313642a662a22c487cddca9a39e21a4fb66eb5 (diff)
downloadmaster-187ad058-5fc44a3e24536eb02965409fd3b9c71ae6ba5dc4.tar.gz
master-187ad058-5fc44a3e24536eb02965409fd3b9c71ae6ba5dc4.tar.bz2
master-187ad058-5fc44a3e24536eb02965409fd3b9c71ae6ba5dc4.zip
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')
-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 1f805dfe5f..c045ae3abe 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;