apic: serialize writes to x2apic MSR...

as required by the specifications (it isn't needed with memory mapped i/o).
This commit is contained in:
Jérôme Duval
2013-08-26 21:48:33 +02:00
parent 787773400c
commit 0edcbd2754
3 changed files with 19 additions and 4 deletions
+1
View File
@@ -46,6 +46,7 @@ void arch_cpu_sync_icache(void *address, size_t length);
void arch_cpu_memory_read_barrier(void);
void arch_cpu_memory_write_barrier(void);
void arch_cpu_memory_read_write_barrier(void);
#ifdef __cplusplus