patch-2.4.0-prerelease linux/include/asm-alpha/system.h

Next file: linux/include/asm-arm/mmu.h
Previous file: linux/include/asm-alpha/smp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/include/asm-alpha/system.h linux/include/asm-alpha/system.h
@@ -125,6 +125,7 @@
 	current = (next);				\
 	pcbb = virt_to_phys(&current->thread);		\
 	(last) = alpha_switch_to(pcbb, (prev));		\
+	check_mmu_context();				\
 } while (0)
 
 extern struct task_struct* alpha_switch_to(unsigned long, struct task_struct*);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)