Deleted Added
full compact
smp.h (176734) smp.h (183344)
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 *
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 *
9 * $FreeBSD: head/sys/i386/include/smp.h 176734 2008-03-02 07:58:42Z jeff $
9 * $FreeBSD: head/sys/i386/include/smp.h 183344 2008-09-25 07:09:50Z kmacy $
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

78void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
79 vm_offset_t endva);
80void smp_invltlb(void);
81void smp_masked_invltlb(u_int mask);
82
83#ifdef STOP_NMI
84int ipi_nmi_handler(void);
85#endif
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

78void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
79 vm_offset_t endva);
80void smp_invltlb(void);
81void smp_masked_invltlb(u_int mask);
82
83#ifdef STOP_NMI
84int ipi_nmi_handler(void);
85#endif
86
86#ifdef XEN
87void ipi_to_irq_init(void);
88#endif
87#endif /* !LOCORE */
88#endif /* SMP */
89
90#endif /* _KERNEL */
91#endif /* _MACHINE_SMP_H_ */
89#endif /* !LOCORE */
90#endif /* SMP */
91
92#endif /* _KERNEL */
93#endif /* _MACHINE_SMP_H_ */