Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1780
Line 37... Line 37...
37
#include <smp/ipi.h>
37
#include <smp/ipi.h>
38
#include <arch/smp/apic.h>
38
#include <arch/smp/apic.h>
39
 
39
 
40
void ipi_broadcast_arch(int ipi)
40
void ipi_broadcast_arch(int ipi)
41
{
41
{
42
    (void) l_apic_broadcast_custom_ipi((__u8) ipi);
42
    (void) l_apic_broadcast_custom_ipi((uint8_t) ipi);
43
}
43
}
44
 
44
 
45
#endif /* CONFIG_SMP */
45
#endif /* CONFIG_SMP */
46
 
46
 
47
 /** @}
47
 /** @}