Chinaunix首页 | 论坛 | 博客
  • 博客访问: 964339
  • 博文数量: 58
  • 博客积分: 10192
  • 博客等级: 上将
  • 技术积分: 1845
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-22 21:24
文章分类

全部博文(58)

文章存档

2011年(11)

2010年(12)

2009年(20)

2008年(15)

分类: LINUX

2008-08-28 13:58:52

An Acronym for Advanced Programmable Interrupt Controller.

The APIC is split into two parts, the Local APIC and the I/O-APIC.

The Local APIC is found on uniprocessor and mulitprocessor systems and built into recent x86 chips (Pentium Pro and up). The Local APIC can be used by the OperatingSystem to program interrupts to wake up threads, on SMP machines it can be used to send interrupts to another processor. The Local APIC also has a handy timer in it, you can set the timer to whatever you want and it'll start generating interrupts.

The IO-APIC is only really useful for SMP systems. It is used for sending various interrupts to various CPUs in the system. Without an I/O-APIC, interrupts from hardware only get delivered to the boot CPU. Another advantage is that PCI interrupts can be sent around the system without overlapping IRQs.

命令:
man lspci

lspci - list all PCI devices

阅读(1965) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~