vm->exiting: deal with exit_group() and concurrent page faults

This commit is contained in:
Balazs Gerofi
2015-03-22 18:04:12 +09:00
committed by Balazs Gerofi
parent fbb776e4fb
commit 4ebe778ede
4 changed files with 27 additions and 2 deletions

View File

@ -431,6 +431,7 @@ struct process_vm {
cpu_set_t cpu_set;
ihk_spinlock_t cpu_set_lock;
int exiting;
};