fix compile error in bfs on 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17776 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
0b313642a6
commit
5fc44a3e24
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue