diff options
-rw-r--r-- | sys/arch/amd64/amd64/cpu_mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/cpu_mp.c b/sys/arch/amd64/amd64/cpu_mp.c index a289b04..cbc6afd 100644 --- a/sys/arch/amd64/amd64/cpu_mp.c +++ b/sys/arch/amd64/amd64/cpu_mp.c @@ -58,7 +58,7 @@ void handle_local_tmr(void); static inline void tmr_irqstat_add(struct cpu_info *ci) { - tmr_irqlist[ci->idx] = intr_info_alloc("LAPIC", "APICTMR"); + tmr_irqlist[ci->idx] = intr_info_alloc("LAPIC", "LAPIC-TMR"); tmr_irqlist[ci->idx]->affinity = ci->idx; intr_register(tmr_irqlist[ci->idx]); } |