Deleted Added
full compact
smp.h (142839) smp.h (145727)
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/amd64/include/smp.h 142839 2005-02-28 23:37:35Z peter $
9 * $FreeBSD: head/sys/amd64/include/smp.h 145727 2005-04-30 20:01:00Z dwhite $
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

58void smp_invlpg(vm_offset_t addr);
59void smp_masked_invlpg(u_int mask, vm_offset_t addr);
60void smp_invlpg_range(vm_offset_t startva, vm_offset_t endva);
61void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
62 vm_offset_t endva);
63void smp_invltlb(void);
64void smp_masked_invltlb(u_int mask);
65
10 *
11 */
12
13#ifndef _MACHINE_SMP_H_
14#define _MACHINE_SMP_H_
15
16#ifdef _KERNEL
17

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

58void smp_invlpg(vm_offset_t addr);
59void smp_masked_invlpg(u_int mask, vm_offset_t addr);
60void smp_invlpg_range(vm_offset_t startva, vm_offset_t endva);
61void smp_masked_invlpg_range(u_int mask, vm_offset_t startva,
62 vm_offset_t endva);
63void smp_invltlb(void);
64void smp_masked_invltlb(u_int mask);
65
66#ifdef KDB_STOP_NMI
67int ipi_nmi_handler(void);
68void ipi_nmi_selected(u_int32_t cpus);
69#endif
70
66#endif /* !LOCORE */
67#endif /* SMP */
68
69#endif /* _KERNEL */
70#endif /* _MACHINE_SMP_H_ */
71#endif /* !LOCORE */
72#endif /* SMP */
73
74#endif /* _KERNEL */
75#endif /* _MACHINE_SMP_H_ */