]> Zhao Yanbai Git Server - minix.git/commit
SMP - Force TLB flush before scheduling a process
authorTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:11:17 +0000 (14:11 +0000)
committerTomas Hruby <tom@minix3.org>
Wed, 15 Sep 2010 14:11:17 +0000 (14:11 +0000)
commite4283176ae373ed617bddf068d363fd858e61423
treee90bd3f581f2e1d78f3d54e78460572ccdad0434
parent6513d20744f1a350bfc0a81767efd32d97ce71b3
SMP - Force TLB flush before scheduling a process

- this makes sure that each process always run with updated TLB

- this is the simplest way how to achieve the consistency. As it means
  significant performace degradation when not require, this is nto the
  final solution and will be refined
kernel/arch/i386/include/arch_proto.h
kernel/arch/i386/klib.S
kernel/proc.c