1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove obsolete debug message

This commit is contained in:
Stefan Lankes 2016-11-06 13:01:58 +01:00
parent 0f0df0e66e
commit b09747e022

View file

@ -1082,7 +1082,7 @@ static void apic_shutdown(struct state * s)
{
go_down = 1;
kputs("Receive shutdown interrupt\n");
//kputs("Receive shutdown interrupt\n");
}
static void apic_lint0(struct state * s)