两个子系统共享相同的 IRQ 编号

问题描述

我的系统有一个 SMBus 控制器和一个串行 UART,它们显示为不同的 PCI 设备:

00:1e.3 Communication controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #1 (rev 11)
00:1f.3 SMBus: Intel Corporation Atom Processor E3800 Series SMBus Controller (rev 11)

但是我在 /proc/interrupts 中注意到它们共享一个 IRQ 编号。 (此处 i801_smbus 指的是 SMBus,而 ttyS4 指的是 HSUART。)

18:          0          0          7          0   IO-APIC   18-fasteoi   i801_smbus,ttyS4

这是一个问题吗?如果建议让它们使用单​​独的 IRQ,我该如何重新分配其中之一?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...