36#define TRAMPOLINE_ADDR 0x8000
37#define TRAMPOLINE_PAGE_VECTOR (TRAMPOLINE_ADDR>>12)
38#define TRAMPOLINE_AP_FLAG_OFFSET 0x10
40#define WAIT_FOR_AP_TIMEOUT_MS 10
RTEMS_NO_RETURN void smp_init_ap(void)
This routine will be called by the trampoline code.
Definition: bspsmp.c:136
#define RTEMS_NO_RETURN
Tells the compiler in a function declaration that this function does not return.
Definition: basedefs.h:386