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:
parent
402dcc8d51
commit
ef460ae979
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54192
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user