Explicitely include <machine/pcb.h>, so that we get the definition of
struct pcb. Submitted by: Zbyszek Bodek <zbb@semihalf.com> Pointy hat to: cognet
This commit is contained in:
parent
a87be193b3
commit
18f8f46e9f
@ -4,6 +4,7 @@
|
||||
#define _MACHINE_SMP_H_
|
||||
|
||||
#include <sys/_cpuset.h>
|
||||
#include <machine/pcb.h>
|
||||
|
||||
#define IPI_AST 0
|
||||
#define IPI_PREEMPT 2
|
||||
|
Loading…
Reference in New Issue
Block a user