remote_page_fault is handled by the offloaded thread.
Change-Id: I9cfad509260cceada74abdf39ca6a1822561e0d9 Refs: #1474
This commit is contained in:
committed by
Masamichi Takagi
parent
9c7d0cfaec
commit
7efb394905
@ -762,6 +762,9 @@ struct thread {
|
||||
struct waitq coredump_wq;
|
||||
int coredump_status;
|
||||
|
||||
void (*rpf_backlog)(void *arg);
|
||||
void *rpf_arg;
|
||||
|
||||
#ifdef ENABLE_TOFU
|
||||
/* Path of file being opened */
|
||||
char *fd_path_in_open;
|
||||
|
||||
Reference in New Issue
Block a user