aboutsummaryrefslogtreecommitdiffstats
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
commitf5701d2996ce4511c4bab5bc6422265a285a9c39 (patch)
treedfa62c29cf9ff5ab4870cd583da8b6b6929be19c
parent0f9f23aebeb6a5ad45bde4f26f0c095821f3ce5b (diff)
downloadupstream-f5701d2996ce4511c4bab5bc6422265a285a9c39.tar.gz
upstream-f5701d2996ce4511c4bab5bc6422265a285a9c39.tar.bz2
upstream-f5701d2996ce4511c4bab5bc6422265a285a9c39.zip
fix compile error in bfs on 2.6.31
SVN-Revision: 17776
-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;