From f5701d2996ce4511c4bab5bc6422265a285a9c39 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 27 Sep 2009 22:56:14 +0000 Subject: fix compile error in bfs on 2.6.31 SVN-Revision: 17776 --- 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; -- cgit v1.2.3