Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\irq.c Create Date:2022-07-28 07:33:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:'what should we do if we get a hw irq event on an illegal vector'.* each architecture has to answer this themselves.

Proto:void ack_bad_irq(unsigned int irq)

Type:void

Parameter:

TypeParameterName
unsigned intirq
40  If printk_ratelimit() Then pr_err("unexpected IRQ trap at vector %02x\n", irq)
52  ack_APIC_irq()
Caller
NameDescribe
ack_badWhat should we do if we get a hw irq event on an illegal vector?* Each architecture has to answer this themself.