Difference between revisions of "APIC"
From LinuxMIPS
m (→See also) |
m (Fix garbled non-ASCII characters and typo) |
||
| (One intermediate revision by one user not shown) | |||
| Line 6: | Line 6: | ||
== See also == | == See also == | ||
* [[Wikipedia:APIC|APIC]] article at Wikipedia. | * [[Wikipedia:APIC|APIC]] article at Wikipedia. | ||
| − | * [http://www.intel.com/design/chipsets/datashts/290566.htm | + | * [http://www.intel.com/design/chipsets/datashts/290566.htm Intel 82093AA I/O Advanced Programmable Interrupt Controller (I/O APIC)] |
| − | * [http://www.intel.com/design/pentium4/manuals/index_new.htm IA-32 | + | * [http://www.intel.com/design/pentium4/manuals/index_new.htm IA-32 Intel Architecture Software Developer's Manual Volume 3: System Programming Guide] (Local APIC) |
Latest revision as of 16:29, 13 August 2012
Advanced Programmable Interrupt Controller (I/O APIC) provides multi-processor interrupt management. This chipset will allow static and dynamic symmetric interrupt distribution across all processors. In systems with multiple I/O subsystems, each subsystem can have its own set of interrupts and every interrupt pin is individually programmable.
[edit] APIC-free zone
The APIC just like it's ancestor is infamous for being a problematic bit of silicon. If fortunately has no relevance for MIPS systems as MIPS systems don't use it - even though it may be physically present in some systems.