mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add debug messages to check the interrupt handling
This commit is contained in:
parent
003ee08ea7
commit
5b224d13a2
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ static void apic_tlb_handler(struct state *s)
|
|||
|
||||
if (val)
|
||||
write_cr3(val);
|
||||
//kputs("Flush TLB!\n");
|
||||
kputs("Flush TLB!\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue