我需要在 Linux 内核中对 Virtual Legacy Wire 进行一些特殊设置吗?
在我的x86主板中,我将一些特殊的中断源(包括NMI)连接到南桥芯片。在芯片的数据表中,它说这些中断是通过虚拟传统线(VLW)发送到CPU的。我不太了解VLW,也不知道它对于软件开发者是否透明。 目前我无法捕获Linux内核中的中断。所以我的问题是我需要在内核中对 VLW 进行一些特殊设置吗?在我之前的硬件和代码中,我使用 IOAPIC 来处理类似的中断,并且效果很好。
In my x86 main board, I connect some special interrupt sources (including NMI) to the south bridge chip. In the datasheet of the chip, it says that these interrupts are sent to CPU via virtual legacy wire (VLW). I don't know VLW well, and I don't know whether it is transparent for software developers.
Currently I can't capture the interrupts in Linux kernel. So my question is that do I need to do some special settings for VLW in kernel? In my previous hardware and code, I used IOAPIC to handle the similar interrupts and it worked well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它对操作系统是透明的,不需要特殊处理。
It is transparent to OS and requires no special handling.