TO RESET: add debug instruments, map Linux areas for tofu

Change-Id: I09880cad3b87182cb663d414041254817c254759
This commit is contained in:
Masamichi Takagi
2020-06-15 13:27:26 +09:00
parent 25943634e9
commit 1cf0bd5a78
6 changed files with 148 additions and 5 deletions

View File

@ -106,6 +106,9 @@ struct cpu_local_var {
ihk_spinlock_t migq_lock;
struct list_head migq;
int in_interrupt;
#ifdef ENABLE_FUGAKU_HACKS
int in_page_fault;
#endif
int no_preempt;
int timer_enabled;
unsigned long nr_ctx_switches;