From 0547e1b91fd29c53d3e8a2b1f6d03377e5a93d8b Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 27 Sep 2009 22:56:14 +0000 Subject: [PATCH] fix compile error in bfs on 2.6.31 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0