1
0
Fork 0
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:
Stefan Lankes 2015-06-27 20:16:21 +02:00
parent 003ee08ea7
commit 5b224d13a2

View file

@ -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