smp.h (e2c0e292e8a7ca00ba99bcfccc9e637f45c3e8b1) smp.h (aba10e131fe7a9ea168af9ff9002e95559a2f80b)
1/*-
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *

--- 18 unchanged lines hidden (view full) ---

27
28/* IPI handlers */
29inthand_t
30 IDTVEC(justreturn), /* interrupt CPU with minimum overhead */
31 IDTVEC(justreturn1_pti),
32 IDTVEC(invlop_pti),
33 IDTVEC(invlop),
34 IDTVEC(ipi_intr_bitmap_handler_pti),
1/*-
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *

--- 18 unchanged lines hidden (view full) ---

27
28/* IPI handlers */
29inthand_t
30 IDTVEC(justreturn), /* interrupt CPU with minimum overhead */
31 IDTVEC(justreturn1_pti),
32 IDTVEC(invlop_pti),
33 IDTVEC(invlop),
34 IDTVEC(ipi_intr_bitmap_handler_pti),
35 IDTVEC(ipi_swi_pti),
35 IDTVEC(cpustop_pti),
36 IDTVEC(cpususpend_pti),
37 IDTVEC(rendezvous_pti);
38
39void invlop_handler(void);
40int native_start_all_aps(void);
41void mp_bootaddress(vm_paddr_t *, unsigned int *);
42
43#endif /* !LOCORE */
44#endif /* SMP */
45
46#endif /* _KERNEL */
47#endif /* _MACHINE_SMP_H_ */
36 IDTVEC(cpustop_pti),
37 IDTVEC(cpususpend_pti),
38 IDTVEC(rendezvous_pti);
39
40void invlop_handler(void);
41int native_start_all_aps(void);
42void mp_bootaddress(vm_paddr_t *, unsigned int *);
43
44#endif /* !LOCORE */
45#endif /* SMP */
46
47#endif /* _KERNEL */
48#endif /* _MACHINE_SMP_H_ */