Add volatile keyword to apic memory access, cleanup, add timeout to arch_smp_send_ici.

But this still doesn't help with bug #1018...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20231 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-02-25 23:32:21 +00:00
parent 61381bf71d
commit a090257d09
3 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -10,6 +10,6 @@
int i386_smp_interrupt(int vector);
void arch_smp_ack_interrupt(void);
status_t arch_smp_set_apic_timer(bigtime_t relativeTimeout);
int arch_smp_clear_apic_timer(void);
status_t arch_smp_clear_apic_timer(void);
#endif /* _KERNEL_ARCH_x86_SMP_PRIV_H */