Tofu: support for barrier gate, kmalloc cache

Change-Id: I6f4cfec2ec404efd03b332fc3f449a775816230e
This commit is contained in:
Balazs Gerofi
2020-09-06 12:07:51 +09:00
committed by Masamichi Takagi
parent 5d784f3ea4
commit 1918df7765
13 changed files with 946 additions and 87 deletions

View File

@ -750,6 +750,9 @@ struct thread {
void *coredump_regs;
struct waitq coredump_wq;
int coredump_status;
/* Path of file being opened */
char *fd_path_in_open;
};
#define VM_RANGE_CACHE_SIZE 4