APIC: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(no reliable citation, the linux source code isn't enough)
(important note)
Line 76: Line 76:


void enable_apic() {
void enable_apic() {
/* Section 11.4.1 of 3rd volume of Intel SDM recommends mapping the address as strong uncacheable for correct APIC operation. */

/* Hardware enable the Local APIC if it wasn't enabled */
/* Hardware enable the Local APIC if it wasn't enabled */
cpu_set_apic_base(cpu_get_apic_base());
cpu_set_apic_base(cpu_get_apic_base());