1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Need header <machine/smp.h> for prototype declaration of smp_rendezvous()

in my previous commit.
This commit is contained in:
Luoqi Chen 1999-12-06 05:12:26 +00:00
parent 402dcc8d51
commit ef460ae979
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54192
2 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,9 @@
#include <machine/cpu.h>
#include <machine/pcb_ext.h> /* pcb.h included by sys/user.h */
#include <machine/sysarch.h>
#ifdef SMP
#include <machine/smp.h>
#endif
#include <vm/vm_kern.h> /* for kernel_map */

View File

@ -55,6 +55,9 @@
#include <machine/cpu.h>
#include <machine/pcb_ext.h> /* pcb.h included by sys/user.h */
#include <machine/sysarch.h>
#ifdef SMP
#include <machine/smp.h>
#endif
#include <vm/vm_kern.h> /* for kernel_map */