From 5b224d13a2eef56a3c1a1a8a3e6b6c0a41a46f54 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 27 Jun 2015 20:16:21 +0200 Subject: [PATCH] add debug messages to check the interrupt handling --- hermit/arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/arch/x86/kernel/apic.c b/hermit/arch/x86/kernel/apic.c index 729fde9a0..856ab7ae5 100644 --- a/hermit/arch/x86/kernel/apic.c +++ b/hermit/arch/x86/kernel/apic.c @@ -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