1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-23 11:31:06 +02:00

fix compile error in bfs on 2.6.31

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17776 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-27 22:56:14 +00:00
parent 4a7259e39d
commit 0547e1b91f

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;