Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\dummychip.c Create Date:2022-07-28 10:11:49
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 themself.

Proto:static void ack_bad(struct irq_data *data)

Type:void

Parameter:

TypeParameterName
struct irq_data *data
20  desc = irq_data_to_desc(data)
22  print_irq_desc(irq, desc)
23  'what should we do if we get a hw irq event on an illegal vector'.* each architecture has to answer this themselves.