fix compile error in bfs on 2.6.31

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17776 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2009-09-27 22:56:14 +00:00
parent 0b313642a6
commit 5fc44a3e24
1 changed files with 1 additions and 1 deletions

View 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;