Deleted Added
full compact
smp.h (145727) smp.h (151634)
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 145727 2005-04-30 20:01:00Z dwhite $
9 * $FreeBSD: head/sys/i386/include/smp.h 151634 2005-10-24 21:04:19Z jhb $
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

74void smp_invlpg(vm_offset_t addr);
75void smp_masked_invlpg(u_int mask, vm_offset_t addr);
76void smp_invlpg_range(vm_offset_t startva, vm_offset_t endva);
77void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
78 vm_offset_t endva);
79void smp_invltlb(void);
80void smp_masked_invltlb(u_int mask);
81
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

74void smp_invlpg(vm_offset_t addr);
75void smp_masked_invlpg(u_int mask, vm_offset_t addr);
76void smp_invlpg_range(vm_offset_t startva, vm_offset_t endva);
77void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
78 vm_offset_t endva);
79void smp_invltlb(void);
80void smp_masked_invltlb(u_int mask);
81
82#ifdef KDB_STOP_NMI
83int ipi_nmi_handler(void);
84void ipi_nmi_selected(u_int32_t cpus);
82#ifdef STOP_NMI
83int ipi_nmi_handler(void);
85#endif
86
87#endif /* !LOCORE */
88#endif /* SMP */
89
90#endif /* _KERNEL */
91#endif /* _MACHINE_SMP_H_ */
84#endif
85
86#endif /* !LOCORE */
87#endif /* SMP */
88
89#endif /* _KERNEL */
90#endif /* _MACHINE_SMP_H_ */