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

@@ -82,6 +82,9 @@ void preempt_enable(void)
//arch_cpu_stop();
//cpu_halt();
#ifdef ENABLE_FUGAKU_HACKS
panic("panic: negative preemption??");
#endif
}
}
#endif