fix compile error in bfs on 2.6.31
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Sep 2009 22:56:14 +0000 (22:56 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Sep 2009 22:56:14 +0000 (22:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17776 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.31/270-sched_bfs.patch

index 1f805df..c045ae3 100644 (file)
@@ -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;